GET api/Events/{eventIdentity}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| eventIdentity | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResourceEventWithSchedule| Name | Description | Type | Additional information |
|---|---|---|---|
| Identity | globally unique identifier |
None. |
|
| Location | string |
None. |
|
| Description | string |
None. |
|
| HostKey | string |
None. |
|
| Name | string |
None. |
|
| EventType | string |
None. |
|
| Owner | string |
None. |
|
| Schedule | Collection of EventDateTime |
None. |
|
| LastModified | date |
None. |
|
| IsPublished | boolean |
None. |
|
| ExtraProperties | Collection of ExtraProperty |
None. |
|
| Source | string |
None. |
|
| WeekRanges | string |
None. |
|
| WeekLabels | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Identity": "c572c8ad-cb9f-4ed1-951f-5fb2efb3467c",
"Location": "sample string 2",
"Description": "sample string 3",
"HostKey": "sample string 4",
"Name": "sample string 5",
"EventType": "sample string 6",
"Owner": "sample string 7",
"Schedule": [
{
"StartDateTime": "2025-11-02T00:58:24.0035818+00:00",
"Duration": 2.1,
"OccurrenceIdentity": "ae6d7285-6e7d-4aa3-b23e-3b9e7f8c12bd",
"EventIdentity": "5653a61f-7378-4ccd-8d19-c901b1c1fedc",
"IsEdited": true,
"IsBooking": true,
"AvailabilityEntityType": 7,
"Repeats": true,
"StatusIdentity": "90eb5c97-ce19-4b15-bb14-4f0d338e428f"
},
{
"StartDateTime": "2025-11-02T00:58:24.0035818+00:00",
"Duration": 2.1,
"OccurrenceIdentity": "ae6d7285-6e7d-4aa3-b23e-3b9e7f8c12bd",
"EventIdentity": "5653a61f-7378-4ccd-8d19-c901b1c1fedc",
"IsEdited": true,
"IsBooking": true,
"AvailabilityEntityType": 7,
"Repeats": true,
"StatusIdentity": "90eb5c97-ce19-4b15-bb14-4f0d338e428f"
}
],
"LastModified": "2025-11-02T00:58:24.0035818+00:00",
"IsPublished": true,
"ExtraProperties": [
{
"Name": "sample string 1",
"DisplayName": "sample string 2",
"Value": "sample string 3",
"Rank": 4
},
{
"Name": "sample string 1",
"DisplayName": "sample string 2",
"Value": "sample string 3",
"Rank": 4
}
],
"Source": "sample string 10",
"WeekRanges": "sample string 11",
"WeekLabels": "sample string 12"
}
application/xml, text/xml
Sample:
<ResourceEventWithSchedule xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Scientia.Platform.API.Model">
<Description>sample string 3</Description>
<EventType>sample string 6</EventType>
<ExtraProperties xmlns:d2p1="http://schemas.datacontract.org/2004/07/Scientia.Common.Messages.ObjectModel">
<d2p1:ExtraProperty>
<d2p1:DisplayName>sample string 2</d2p1:DisplayName>
<d2p1:Name>sample string 1</d2p1:Name>
<d2p1:Rank>4</d2p1:Rank>
<d2p1:Value>sample string 3</d2p1:Value>
</d2p1:ExtraProperty>
<d2p1:ExtraProperty>
<d2p1:DisplayName>sample string 2</d2p1:DisplayName>
<d2p1:Name>sample string 1</d2p1:Name>
<d2p1:Rank>4</d2p1:Rank>
<d2p1:Value>sample string 3</d2p1:Value>
</d2p1:ExtraProperty>
</ExtraProperties>
<HostKey>sample string 4</HostKey>
<Identity>c572c8ad-cb9f-4ed1-951f-5fb2efb3467c</Identity>
<IsPublished>true</IsPublished>
<LastModified xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2025-11-02T00:58:24.0035818Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</LastModified>
<Location>sample string 2</Location>
<Name>sample string 5</Name>
<Owner>sample string 7</Owner>
<Schedule xmlns:d2p1="http://schemas.datacontract.org/2004/07/Scientia.Common.Messages.TimeManagement">
<d2p1:EventDateTime>
<d2p1:AvailabilityEntityType>7</d2p1:AvailabilityEntityType>
<d2p1:Duration>2.1</d2p1:Duration>
<d2p1:EventIdentity>5653a61f-7378-4ccd-8d19-c901b1c1fedc</d2p1:EventIdentity>
<d2p1:IsBooking>true</d2p1:IsBooking>
<d2p1:IsEdited>true</d2p1:IsEdited>
<d2p1:OccurrenceIdentity>ae6d7285-6e7d-4aa3-b23e-3b9e7f8c12bd</d2p1:OccurrenceIdentity>
<d2p1:Repeats>true</d2p1:Repeats>
<d2p1:StartDateTime xmlns:d4p1="http://schemas.datacontract.org/2004/07/System">
<d4p1:DateTime>2025-11-02T00:58:24.0035818Z</d4p1:DateTime>
<d4p1:OffsetMinutes>0</d4p1:OffsetMinutes>
</d2p1:StartDateTime>
<d2p1:StatusIdentity>90eb5c97-ce19-4b15-bb14-4f0d338e428f</d2p1:StatusIdentity>
</d2p1:EventDateTime>
<d2p1:EventDateTime>
<d2p1:AvailabilityEntityType>7</d2p1:AvailabilityEntityType>
<d2p1:Duration>2.1</d2p1:Duration>
<d2p1:EventIdentity>5653a61f-7378-4ccd-8d19-c901b1c1fedc</d2p1:EventIdentity>
<d2p1:IsBooking>true</d2p1:IsBooking>
<d2p1:IsEdited>true</d2p1:IsEdited>
<d2p1:OccurrenceIdentity>ae6d7285-6e7d-4aa3-b23e-3b9e7f8c12bd</d2p1:OccurrenceIdentity>
<d2p1:Repeats>true</d2p1:Repeats>
<d2p1:StartDateTime xmlns:d4p1="http://schemas.datacontract.org/2004/07/System">
<d4p1:DateTime>2025-11-02T00:58:24.0035818Z</d4p1:DateTime>
<d4p1:OffsetMinutes>0</d4p1:OffsetMinutes>
</d2p1:StartDateTime>
<d2p1:StatusIdentity>90eb5c97-ce19-4b15-bb14-4f0d338e428f</d2p1:StatusIdentity>
</d2p1:EventDateTime>
</Schedule>
<Source>sample string 10</Source>
<WeekLabels>sample string 12</WeekLabels>
<WeekRanges>sample string 11</WeekRanges>
</ResourceEventWithSchedule>