POST api/ActivityManager/CategoryEvents
Request Information
URI Parameters
None.
Body Parameters
CategoryEventFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| CategoryIdentities | Collection of globally unique identifier |
None. |
|
| SecondaryCategoryIdentities | Collection of globally unique identifier |
None. |
|
| StatusIdentities | Collection of globally unique identifier |
None. |
|
| StartDateTime | date |
None. |
|
| EndDateTime | date |
None. |
|
| ReturnOccurrences | boolean |
None. |
|
| Query | string |
None. |
|
| BulkAssignStatusIdentity | globally unique identifier |
None. |
|
| IncludeAllOccurrences | boolean |
None. |
|
| UserGroupPermissions | UserGroupPermissions |
None. |
|
| IncludeBookings | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"CategoryIdentities": [
"04544e30-8def-41cb-a76a-650d4a7d9e8b",
"204f26ee-d71b-43e7-93a8-8bc4d2d319dd"
],
"SecondaryCategoryIdentities": [
"298b6507-6661-4da1-966b-fdc1f1f5895c",
"29ac86ea-5c15-4469-9d52-948f2dfaadd5"
],
"StatusIdentities": [
"ca3e0e07-b821-4d5d-ac2b-4cc7c91f8eac",
"f3a55466-3316-4165-a27d-345b72696383"
],
"StartDateTime": "2026-01-31T20:15:20.6189154+00:00",
"EndDateTime": "2026-01-31T20:15:20.6189154+00:00",
"ReturnOccurrences": true,
"Query": "sample string 2",
"BulkAssignStatusIdentity": "2057217e-5bff-4c10-af37-64f75b452d88",
"IncludeAllOccurrences": true,
"UserGroupPermissions": {
"PermissionGroupIdentities": [
"4d11f7c3-4749-4b51-89aa-30deb6a6046c",
"92883019-92f4-4c4e-bd0d-bd2a52664adc"
],
"UsePermissionGroupStatusCache": true
},
"IncludeBookings": true
}
application/xml, text/xml
Sample:
<CategoryEventFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Scientia.Platform.API.Model">
<BulkAssignStatusIdentity>2057217e-5bff-4c10-af37-64f75b452d88</BulkAssignStatusIdentity>
<CategoryIdentities xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>04544e30-8def-41cb-a76a-650d4a7d9e8b</d2p1:guid>
<d2p1:guid>204f26ee-d71b-43e7-93a8-8bc4d2d319dd</d2p1:guid>
</CategoryIdentities>
<EndDateTime>2026-01-31T20:15:20.6189154+00:00</EndDateTime>
<IncludeAllOccurrences>true</IncludeAllOccurrences>
<IncludeBookings>true</IncludeBookings>
<Query>sample string 2</Query>
<ReturnOccurrences>true</ReturnOccurrences>
<SecondaryCategoryIdentities xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>298b6507-6661-4da1-966b-fdc1f1f5895c</d2p1:guid>
<d2p1:guid>29ac86ea-5c15-4469-9d52-948f2dfaadd5</d2p1:guid>
</SecondaryCategoryIdentities>
<StartDateTime>2026-01-31T20:15:20.6189154+00:00</StartDateTime>
<StatusIdentities xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>ca3e0e07-b821-4d5d-ac2b-4cc7c91f8eac</d2p1:guid>
<d2p1:guid>f3a55466-3316-4165-a27d-345b72696383</d2p1:guid>
</StatusIdentities>
<UserGroupPermissions>
<PermissionGroupIdentities xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>4d11f7c3-4749-4b51-89aa-30deb6a6046c</d3p1:guid>
<d3p1:guid>92883019-92f4-4c4e-bd0d-bd2a52664adc</d3p1:guid>
</PermissionGroupIdentities>
<UsePermissionGroupStatusCache>true</UsePermissionGroupStatusCache>
</UserGroupPermissions>
</CategoryEventFilter>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ActivityManagerCategoryResults| Name | Description | Type | Additional information |
|---|---|---|---|
| ResultsAreLimited | boolean |
None. |
|
| LimitedResultsMessageKey | string |
None. |
|
| TotalCount | integer |
None. |
|
| LimitedResultsValue | integer |
None. |
|
| LimitedResultsMessage | string |
None. |
|
| Results | Collection of ResourceEventWithOccurrences |
None. |
|
| BulkCacheKey | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ResultsAreLimited": true,
"LimitedResultsMessageKey": "sample string 2",
"TotalCount": 3,
"LimitedResultsValue": 4,
"LimitedResultsMessage": "sample string 5",
"Results": [
{
"Occurrences": [
{
"EventIdentity": "875f1c20-18bc-4d7a-ae99-fce0daa6c5fc",
"OccurrenceIdentity": "4dd4669a-032c-4322-b0ca-2c7d99549bfb",
"StartDateTime": "2026-01-31T20:15:20.6189154+00:00",
"EndDateTime": "2026-01-31T20:15:20.6189154+00:00",
"StatusIdentity": "d13c994a-d1b8-4484-a6cd-006205b36db8",
"IsOutsideDateFilter": true
},
{
"EventIdentity": "875f1c20-18bc-4d7a-ae99-fce0daa6c5fc",
"OccurrenceIdentity": "4dd4669a-032c-4322-b0ca-2c7d99549bfb",
"StartDateTime": "2026-01-31T20:15:20.6189154+00:00",
"EndDateTime": "2026-01-31T20:15:20.6189154+00:00",
"StatusIdentity": "d13c994a-d1b8-4484-a6cd-006205b36db8",
"IsOutsideDateFilter": true
}
],
"IsBooking": true,
"BookingInfo": {
"BookerName": "sample string 1",
"BookerEmail": "sample string 2",
"BookingStatus": "sample string 3",
"BookedOnBehalfOfEmails": [
"sample string 1",
"sample string 2"
],
"BookingFormValues": {
"Identity": "0831fe72-2bd3-40d0-a33a-ec625a42cb3d",
"Name": "sample string 2",
"Sections": [
{
"Identity": "6ae864b4-f357-43fc-b47f-0f6c09f7efcf",
"Name": "sample string 2",
"Rank": 3,
"Fields": [
{
"Identity": "faabd5d3-9ddc-4e3a-899d-2d9b89b828a2",
"FieldType": 0,
"Rank": 2,
"Description": "sample string 3",
"ShortDescription": "sample string 4",
"Values": [
{},
{}
]
},
{
"Identity": "faabd5d3-9ddc-4e3a-899d-2d9b89b828a2",
"FieldType": 0,
"Rank": 2,
"Description": "sample string 3",
"ShortDescription": "sample string 4",
"Values": [
{},
{}
]
}
]
},
{
"Identity": "6ae864b4-f357-43fc-b47f-0f6c09f7efcf",
"Name": "sample string 2",
"Rank": 3,
"Fields": [
{
"Identity": "faabd5d3-9ddc-4e3a-899d-2d9b89b828a2",
"FieldType": 0,
"Rank": 2,
"Description": "sample string 3",
"ShortDescription": "sample string 4",
"Values": [
{},
{}
]
},
{
"Identity": "faabd5d3-9ddc-4e3a-899d-2d9b89b828a2",
"FieldType": 0,
"Rank": 2,
"Description": "sample string 3",
"ShortDescription": "sample string 4",
"Values": [
{},
{}
]
}
]
}
]
},
"BookingTemplate": "abe1c651-94a0-4a88-86ab-ff46335e0f7b"
},
"ResourceInfo": [
{
"ResourceName": "sample string 1",
"ResourceIdentity": "0355f34f-152b-4ea6-b185-b2f1c542425f",
"ResourceTypeName": "sample string 3",
"ResourceTypeIdentity": "ea681a6c-3fd1-4a64-8579-f7524ff1cc5e",
"ResourceTypeImageUri": "http://webapihelppage5.com"
},
{
"ResourceName": "sample string 1",
"ResourceIdentity": "0355f34f-152b-4ea6-b185-b2f1c542425f",
"ResourceTypeName": "sample string 3",
"ResourceTypeIdentity": "ea681a6c-3fd1-4a64-8579-f7524ff1cc5e",
"ResourceTypeImageUri": "http://webapihelppage5.com"
}
],
"IsCurrentlyActive": true,
"IsEdited": true,
"IsDeleted": true,
"EventIdentity": "c4eb1ccd-771b-4f3e-a2ee-490b82d13c79",
"StartDateTime": "2026-01-31T20:15:20.6189154+00:00",
"EndDateTime": "2026-01-31T20:15:20.6189154+00:00",
"UserManuallyAddedEvent": true,
"StatusIdentity": "06218e35-6220-4088-8e8d-d5c049525223",
"Status": "sample string 10",
"StatusBackgroundColor": "sample string 11",
"StatusTextColor": "sample string 12",
"Identity": "07f2dfcf-0ed6-47a8-aa67-d92eb796e01b",
"Location": "sample string 14",
"Description": "sample string 15",
"HostKey": "sample string 16",
"Name": "sample string 17",
"EventType": "sample string 18",
"Owner": "sample string 19",
"IsPublished": true,
"LastModified": "2026-01-31T20:15:20.6189154+00:00",
"ParentKey": "sample string 22",
"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
}
],
"StatusName": "sample string 23",
"Source": "sample string 24",
"WeekRanges": "sample string 25",
"WeekLabels": "sample string 26"
},
{
"Occurrences": [
{
"EventIdentity": "875f1c20-18bc-4d7a-ae99-fce0daa6c5fc",
"OccurrenceIdentity": "4dd4669a-032c-4322-b0ca-2c7d99549bfb",
"StartDateTime": "2026-01-31T20:15:20.6189154+00:00",
"EndDateTime": "2026-01-31T20:15:20.6189154+00:00",
"StatusIdentity": "d13c994a-d1b8-4484-a6cd-006205b36db8",
"IsOutsideDateFilter": true
},
{
"EventIdentity": "875f1c20-18bc-4d7a-ae99-fce0daa6c5fc",
"OccurrenceIdentity": "4dd4669a-032c-4322-b0ca-2c7d99549bfb",
"StartDateTime": "2026-01-31T20:15:20.6189154+00:00",
"EndDateTime": "2026-01-31T20:15:20.6189154+00:00",
"StatusIdentity": "d13c994a-d1b8-4484-a6cd-006205b36db8",
"IsOutsideDateFilter": true
}
],
"IsBooking": true,
"BookingInfo": {
"BookerName": "sample string 1",
"BookerEmail": "sample string 2",
"BookingStatus": "sample string 3",
"BookedOnBehalfOfEmails": [
"sample string 1",
"sample string 2"
],
"BookingFormValues": {
"Identity": "0831fe72-2bd3-40d0-a33a-ec625a42cb3d",
"Name": "sample string 2",
"Sections": [
{
"Identity": "6ae864b4-f357-43fc-b47f-0f6c09f7efcf",
"Name": "sample string 2",
"Rank": 3,
"Fields": [
{
"Identity": "faabd5d3-9ddc-4e3a-899d-2d9b89b828a2",
"FieldType": 0,
"Rank": 2,
"Description": "sample string 3",
"ShortDescription": "sample string 4",
"Values": [
{},
{}
]
},
{
"Identity": "faabd5d3-9ddc-4e3a-899d-2d9b89b828a2",
"FieldType": 0,
"Rank": 2,
"Description": "sample string 3",
"ShortDescription": "sample string 4",
"Values": [
{},
{}
]
}
]
},
{
"Identity": "6ae864b4-f357-43fc-b47f-0f6c09f7efcf",
"Name": "sample string 2",
"Rank": 3,
"Fields": [
{
"Identity": "faabd5d3-9ddc-4e3a-899d-2d9b89b828a2",
"FieldType": 0,
"Rank": 2,
"Description": "sample string 3",
"ShortDescription": "sample string 4",
"Values": [
{},
{}
]
},
{
"Identity": "faabd5d3-9ddc-4e3a-899d-2d9b89b828a2",
"FieldType": 0,
"Rank": 2,
"Description": "sample string 3",
"ShortDescription": "sample string 4",
"Values": [
{},
{}
]
}
]
}
]
},
"BookingTemplate": "abe1c651-94a0-4a88-86ab-ff46335e0f7b"
},
"ResourceInfo": [
{
"ResourceName": "sample string 1",
"ResourceIdentity": "0355f34f-152b-4ea6-b185-b2f1c542425f",
"ResourceTypeName": "sample string 3",
"ResourceTypeIdentity": "ea681a6c-3fd1-4a64-8579-f7524ff1cc5e",
"ResourceTypeImageUri": "http://webapihelppage5.com"
},
{
"ResourceName": "sample string 1",
"ResourceIdentity": "0355f34f-152b-4ea6-b185-b2f1c542425f",
"ResourceTypeName": "sample string 3",
"ResourceTypeIdentity": "ea681a6c-3fd1-4a64-8579-f7524ff1cc5e",
"ResourceTypeImageUri": "http://webapihelppage5.com"
}
],
"IsCurrentlyActive": true,
"IsEdited": true,
"IsDeleted": true,
"EventIdentity": "c4eb1ccd-771b-4f3e-a2ee-490b82d13c79",
"StartDateTime": "2026-01-31T20:15:20.6189154+00:00",
"EndDateTime": "2026-01-31T20:15:20.6189154+00:00",
"UserManuallyAddedEvent": true,
"StatusIdentity": "06218e35-6220-4088-8e8d-d5c049525223",
"Status": "sample string 10",
"StatusBackgroundColor": "sample string 11",
"StatusTextColor": "sample string 12",
"Identity": "07f2dfcf-0ed6-47a8-aa67-d92eb796e01b",
"Location": "sample string 14",
"Description": "sample string 15",
"HostKey": "sample string 16",
"Name": "sample string 17",
"EventType": "sample string 18",
"Owner": "sample string 19",
"IsPublished": true,
"LastModified": "2026-01-31T20:15:20.6189154+00:00",
"ParentKey": "sample string 22",
"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
}
],
"StatusName": "sample string 23",
"Source": "sample string 24",
"WeekRanges": "sample string 25",
"WeekLabels": "sample string 26"
}
],
"BulkCacheKey": "sample string 6"
}
application/xml, text/xml
Sample:
<ActivityManagerCategoryResults xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Scientia.Platform.API.Model">
<BulkCacheKey>sample string 6</BulkCacheKey>
<LimitedResultsMessage>sample string 5</LimitedResultsMessage>
<LimitedResultsMessageKey>sample string 2</LimitedResultsMessageKey>
<LimitedResultsValue>4</LimitedResultsValue>
<Results>
<ResourceEventWithOccurrences>
<WeekLabels>sample string 26</WeekLabels>
<WeekRanges>sample string 25</WeekRanges>
<Description>sample string 15</Description>
<EventType>sample string 18</EventType>
<ExtraProperties xmlns:d4p1="http://schemas.datacontract.org/2004/07/Scientia.Common.Messages.ObjectModel">
<d4p1:ExtraProperty>
<d4p1:DisplayName>sample string 2</d4p1:DisplayName>
<d4p1:Name>sample string 1</d4p1:Name>
<d4p1:Rank>4</d4p1:Rank>
<d4p1:Value>sample string 3</d4p1:Value>
</d4p1:ExtraProperty>
<d4p1:ExtraProperty>
<d4p1:DisplayName>sample string 2</d4p1:DisplayName>
<d4p1:Name>sample string 1</d4p1:Name>
<d4p1:Rank>4</d4p1:Rank>
<d4p1:Value>sample string 3</d4p1:Value>
</d4p1:ExtraProperty>
</ExtraProperties>
<HostKey>sample string 16</HostKey>
<Identity>07f2dfcf-0ed6-47a8-aa67-d92eb796e01b</Identity>
<IsPublished>true</IsPublished>
<LastModified xmlns:d4p1="http://schemas.datacontract.org/2004/07/System">
<d4p1:DateTime>2026-01-31T20:15:20.6189154Z</d4p1:DateTime>
<d4p1:OffsetMinutes>0</d4p1:OffsetMinutes>
</LastModified>
<Location>sample string 14</Location>
<Name>sample string 17</Name>
<Owner>sample string 19</Owner>
<ParentKey>sample string 22</ParentKey>
<Source>sample string 24</Source>
<StatusName>sample string 23</StatusName>
<EndDateTime xmlns:d4p1="http://schemas.datacontract.org/2004/07/System">
<d4p1:DateTime>2026-01-31T20:15:20.6189154Z</d4p1:DateTime>
<d4p1:OffsetMinutes>0</d4p1:OffsetMinutes>
</EndDateTime>
<EventIdentity>c4eb1ccd-771b-4f3e-a2ee-490b82d13c79</EventIdentity>
<StartDateTime xmlns:d4p1="http://schemas.datacontract.org/2004/07/System">
<d4p1:DateTime>2026-01-31T20:15:20.6189154Z</d4p1:DateTime>
<d4p1:OffsetMinutes>0</d4p1:OffsetMinutes>
</StartDateTime>
<Status>sample string 10</Status>
<StatusBackgroundColor>sample string 11</StatusBackgroundColor>
<StatusIdentity>06218e35-6220-4088-8e8d-d5c049525223</StatusIdentity>
<StatusTextColor>sample string 12</StatusTextColor>
<UserManuallyAddedEvent>true</UserManuallyAddedEvent>
<BookingInfo>
<BookedOnBehalfOfEmails xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d5p1:string>sample string 1</d5p1:string>
<d5p1:string>sample string 2</d5p1:string>
</BookedOnBehalfOfEmails>
<BookerEmail>sample string 2</BookerEmail>
<BookerName>sample string 1</BookerName>
<BookingFormValues xmlns:d5p1="http://schemas.datacontract.org/2004/07/Scientia.Platform.API.Model.ConfigurableBookingForms.Forms.Value">
<d5p1:Identity>0831fe72-2bd3-40d0-a33a-ec625a42cb3d</d5p1:Identity>
<d5p1:Name>sample string 2</d5p1:Name>
<d5p1:Sections xmlns:d6p1="http://schemas.datacontract.org/2004/07/Scientia.Platform.API.Model.ConfigurableBookingForms.Sections.Value">
<d6p1:BookingRequestSectionValue>
<d6p1:Fields xmlns:d8p1="http://schemas.datacontract.org/2004/07/Scientia.Platform.API.Model.ConfigurableBookingForms.Fields.Value">
<d8p1:BookingRequestFieldValue>
<d8p1:Description>sample string 3</d8p1:Description>
<d8p1:FieldType>Attachment</d8p1:FieldType>
<d8p1:Identity>faabd5d3-9ddc-4e3a-899d-2d9b89b828a2</d8p1:Identity>
<d8p1:Rank>2</d8p1:Rank>
<d8p1:ShortDescription>sample string 4</d8p1:ShortDescription>
<d8p1:Values xmlns:d10p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d10p1:anyType />
<d10p1:anyType />
</d8p1:Values>
</d8p1:BookingRequestFieldValue>
<d8p1:BookingRequestFieldValue>
<d8p1:Description>sample string 3</d8p1:Description>
<d8p1:FieldType>Attachment</d8p1:FieldType>
<d8p1:Identity>faabd5d3-9ddc-4e3a-899d-2d9b89b828a2</d8p1:Identity>
<d8p1:Rank>2</d8p1:Rank>
<d8p1:ShortDescription>sample string 4</d8p1:ShortDescription>
<d8p1:Values xmlns:d10p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d10p1:anyType />
<d10p1:anyType />
</d8p1:Values>
</d8p1:BookingRequestFieldValue>
</d6p1:Fields>
<d6p1:Identity>6ae864b4-f357-43fc-b47f-0f6c09f7efcf</d6p1:Identity>
<d6p1:Name>sample string 2</d6p1:Name>
<d6p1:Rank>3</d6p1:Rank>
</d6p1:BookingRequestSectionValue>
<d6p1:BookingRequestSectionValue>
<d6p1:Fields xmlns:d8p1="http://schemas.datacontract.org/2004/07/Scientia.Platform.API.Model.ConfigurableBookingForms.Fields.Value">
<d8p1:BookingRequestFieldValue>
<d8p1:Description>sample string 3</d8p1:Description>
<d8p1:FieldType>Attachment</d8p1:FieldType>
<d8p1:Identity>faabd5d3-9ddc-4e3a-899d-2d9b89b828a2</d8p1:Identity>
<d8p1:Rank>2</d8p1:Rank>
<d8p1:ShortDescription>sample string 4</d8p1:ShortDescription>
<d8p1:Values xmlns:d10p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d10p1:anyType />
<d10p1:anyType />
</d8p1:Values>
</d8p1:BookingRequestFieldValue>
<d8p1:BookingRequestFieldValue>
<d8p1:Description>sample string 3</d8p1:Description>
<d8p1:FieldType>Attachment</d8p1:FieldType>
<d8p1:Identity>faabd5d3-9ddc-4e3a-899d-2d9b89b828a2</d8p1:Identity>
<d8p1:Rank>2</d8p1:Rank>
<d8p1:ShortDescription>sample string 4</d8p1:ShortDescription>
<d8p1:Values xmlns:d10p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d10p1:anyType />
<d10p1:anyType />
</d8p1:Values>
</d8p1:BookingRequestFieldValue>
</d6p1:Fields>
<d6p1:Identity>6ae864b4-f357-43fc-b47f-0f6c09f7efcf</d6p1:Identity>
<d6p1:Name>sample string 2</d6p1:Name>
<d6p1:Rank>3</d6p1:Rank>
</d6p1:BookingRequestSectionValue>
</d5p1:Sections>
</BookingFormValues>
<BookingStatus>sample string 3</BookingStatus>
<BookingTemplate>abe1c651-94a0-4a88-86ab-ff46335e0f7b</BookingTemplate>
</BookingInfo>
<IsBooking>true</IsBooking>
<IsCurrentlyActive>true</IsCurrentlyActive>
<IsDeleted>true</IsDeleted>
<IsEdited>true</IsEdited>
<ResourceInfo>
<ResourceInfo>
<ResourceIdentity>0355f34f-152b-4ea6-b185-b2f1c542425f</ResourceIdentity>
<ResourceName>sample string 1</ResourceName>
<ResourceTypeIdentity>ea681a6c-3fd1-4a64-8579-f7524ff1cc5e</ResourceTypeIdentity>
<ResourceTypeImageUri>http://webapihelppage5.com/</ResourceTypeImageUri>
<ResourceTypeName>sample string 3</ResourceTypeName>
</ResourceInfo>
<ResourceInfo>
<ResourceIdentity>0355f34f-152b-4ea6-b185-b2f1c542425f</ResourceIdentity>
<ResourceName>sample string 1</ResourceName>
<ResourceTypeIdentity>ea681a6c-3fd1-4a64-8579-f7524ff1cc5e</ResourceTypeIdentity>
<ResourceTypeImageUri>http://webapihelppage5.com/</ResourceTypeImageUri>
<ResourceTypeName>sample string 3</ResourceTypeName>
</ResourceInfo>
</ResourceInfo>
<Occurrences>
<CategoryEventOccurrence>
<EndDateTime xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
<d6p1:DateTime>2026-01-31T20:15:20.6189154Z</d6p1:DateTime>
<d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
</EndDateTime>
<EventIdentity>875f1c20-18bc-4d7a-ae99-fce0daa6c5fc</EventIdentity>
<IsOutsideDateFilter>true</IsOutsideDateFilter>
<OccurrenceIdentity>4dd4669a-032c-4322-b0ca-2c7d99549bfb</OccurrenceIdentity>
<StartDateTime xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
<d6p1:DateTime>2026-01-31T20:15:20.6189154Z</d6p1:DateTime>
<d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
</StartDateTime>
<StatusIdentity>d13c994a-d1b8-4484-a6cd-006205b36db8</StatusIdentity>
</CategoryEventOccurrence>
<CategoryEventOccurrence>
<EndDateTime xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
<d6p1:DateTime>2026-01-31T20:15:20.6189154Z</d6p1:DateTime>
<d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
</EndDateTime>
<EventIdentity>875f1c20-18bc-4d7a-ae99-fce0daa6c5fc</EventIdentity>
<IsOutsideDateFilter>true</IsOutsideDateFilter>
<OccurrenceIdentity>4dd4669a-032c-4322-b0ca-2c7d99549bfb</OccurrenceIdentity>
<StartDateTime xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
<d6p1:DateTime>2026-01-31T20:15:20.6189154Z</d6p1:DateTime>
<d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
</StartDateTime>
<StatusIdentity>d13c994a-d1b8-4484-a6cd-006205b36db8</StatusIdentity>
</CategoryEventOccurrence>
</Occurrences>
</ResourceEventWithOccurrences>
<ResourceEventWithOccurrences>
<WeekLabels>sample string 26</WeekLabels>
<WeekRanges>sample string 25</WeekRanges>
<Description>sample string 15</Description>
<EventType>sample string 18</EventType>
<ExtraProperties xmlns:d4p1="http://schemas.datacontract.org/2004/07/Scientia.Common.Messages.ObjectModel">
<d4p1:ExtraProperty>
<d4p1:DisplayName>sample string 2</d4p1:DisplayName>
<d4p1:Name>sample string 1</d4p1:Name>
<d4p1:Rank>4</d4p1:Rank>
<d4p1:Value>sample string 3</d4p1:Value>
</d4p1:ExtraProperty>
<d4p1:ExtraProperty>
<d4p1:DisplayName>sample string 2</d4p1:DisplayName>
<d4p1:Name>sample string 1</d4p1:Name>
<d4p1:Rank>4</d4p1:Rank>
<d4p1:Value>sample string 3</d4p1:Value>
</d4p1:ExtraProperty>
</ExtraProperties>
<HostKey>sample string 16</HostKey>
<Identity>07f2dfcf-0ed6-47a8-aa67-d92eb796e01b</Identity>
<IsPublished>true</IsPublished>
<LastModified xmlns:d4p1="http://schemas.datacontract.org/2004/07/System">
<d4p1:DateTime>2026-01-31T20:15:20.6189154Z</d4p1:DateTime>
<d4p1:OffsetMinutes>0</d4p1:OffsetMinutes>
</LastModified>
<Location>sample string 14</Location>
<Name>sample string 17</Name>
<Owner>sample string 19</Owner>
<ParentKey>sample string 22</ParentKey>
<Source>sample string 24</Source>
<StatusName>sample string 23</StatusName>
<EndDateTime xmlns:d4p1="http://schemas.datacontract.org/2004/07/System">
<d4p1:DateTime>2026-01-31T20:15:20.6189154Z</d4p1:DateTime>
<d4p1:OffsetMinutes>0</d4p1:OffsetMinutes>
</EndDateTime>
<EventIdentity>c4eb1ccd-771b-4f3e-a2ee-490b82d13c79</EventIdentity>
<StartDateTime xmlns:d4p1="http://schemas.datacontract.org/2004/07/System">
<d4p1:DateTime>2026-01-31T20:15:20.6189154Z</d4p1:DateTime>
<d4p1:OffsetMinutes>0</d4p1:OffsetMinutes>
</StartDateTime>
<Status>sample string 10</Status>
<StatusBackgroundColor>sample string 11</StatusBackgroundColor>
<StatusIdentity>06218e35-6220-4088-8e8d-d5c049525223</StatusIdentity>
<StatusTextColor>sample string 12</StatusTextColor>
<UserManuallyAddedEvent>true</UserManuallyAddedEvent>
<BookingInfo>
<BookedOnBehalfOfEmails xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d5p1:string>sample string 1</d5p1:string>
<d5p1:string>sample string 2</d5p1:string>
</BookedOnBehalfOfEmails>
<BookerEmail>sample string 2</BookerEmail>
<BookerName>sample string 1</BookerName>
<BookingFormValues xmlns:d5p1="http://schemas.datacontract.org/2004/07/Scientia.Platform.API.Model.ConfigurableBookingForms.Forms.Value">
<d5p1:Identity>0831fe72-2bd3-40d0-a33a-ec625a42cb3d</d5p1:Identity>
<d5p1:Name>sample string 2</d5p1:Name>
<d5p1:Sections xmlns:d6p1="http://schemas.datacontract.org/2004/07/Scientia.Platform.API.Model.ConfigurableBookingForms.Sections.Value">
<d6p1:BookingRequestSectionValue>
<d6p1:Fields xmlns:d8p1="http://schemas.datacontract.org/2004/07/Scientia.Platform.API.Model.ConfigurableBookingForms.Fields.Value">
<d8p1:BookingRequestFieldValue>
<d8p1:Description>sample string 3</d8p1:Description>
<d8p1:FieldType>Attachment</d8p1:FieldType>
<d8p1:Identity>faabd5d3-9ddc-4e3a-899d-2d9b89b828a2</d8p1:Identity>
<d8p1:Rank>2</d8p1:Rank>
<d8p1:ShortDescription>sample string 4</d8p1:ShortDescription>
<d8p1:Values xmlns:d10p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d10p1:anyType />
<d10p1:anyType />
</d8p1:Values>
</d8p1:BookingRequestFieldValue>
<d8p1:BookingRequestFieldValue>
<d8p1:Description>sample string 3</d8p1:Description>
<d8p1:FieldType>Attachment</d8p1:FieldType>
<d8p1:Identity>faabd5d3-9ddc-4e3a-899d-2d9b89b828a2</d8p1:Identity>
<d8p1:Rank>2</d8p1:Rank>
<d8p1:ShortDescription>sample string 4</d8p1:ShortDescription>
<d8p1:Values xmlns:d10p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d10p1:anyType />
<d10p1:anyType />
</d8p1:Values>
</d8p1:BookingRequestFieldValue>
</d6p1:Fields>
<d6p1:Identity>6ae864b4-f357-43fc-b47f-0f6c09f7efcf</d6p1:Identity>
<d6p1:Name>sample string 2</d6p1:Name>
<d6p1:Rank>3</d6p1:Rank>
</d6p1:BookingRequestSectionValue>
<d6p1:BookingRequestSectionValue>
<d6p1:Fields xmlns:d8p1="http://schemas.datacontract.org/2004/07/Scientia.Platform.API.Model.ConfigurableBookingForms.Fields.Value">
<d8p1:BookingRequestFieldValue>
<d8p1:Description>sample string 3</d8p1:Description>
<d8p1:FieldType>Attachment</d8p1:FieldType>
<d8p1:Identity>faabd5d3-9ddc-4e3a-899d-2d9b89b828a2</d8p1:Identity>
<d8p1:Rank>2</d8p1:Rank>
<d8p1:ShortDescription>sample string 4</d8p1:ShortDescription>
<d8p1:Values xmlns:d10p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d10p1:anyType />
<d10p1:anyType />
</d8p1:Values>
</d8p1:BookingRequestFieldValue>
<d8p1:BookingRequestFieldValue>
<d8p1:Description>sample string 3</d8p1:Description>
<d8p1:FieldType>Attachment</d8p1:FieldType>
<d8p1:Identity>faabd5d3-9ddc-4e3a-899d-2d9b89b828a2</d8p1:Identity>
<d8p1:Rank>2</d8p1:Rank>
<d8p1:ShortDescription>sample string 4</d8p1:ShortDescription>
<d8p1:Values xmlns:d10p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d10p1:anyType />
<d10p1:anyType />
</d8p1:Values>
</d8p1:BookingRequestFieldValue>
</d6p1:Fields>
<d6p1:Identity>6ae864b4-f357-43fc-b47f-0f6c09f7efcf</d6p1:Identity>
<d6p1:Name>sample string 2</d6p1:Name>
<d6p1:Rank>3</d6p1:Rank>
</d6p1:BookingRequestSectionValue>
</d5p1:Sections>
</BookingFormValues>
<BookingStatus>sample string 3</BookingStatus>
<BookingTemplate>abe1c651-94a0-4a88-86ab-ff46335e0f7b</BookingTemplate>
</BookingInfo>
<IsBooking>true</IsBooking>
<IsCurrentlyActive>true</IsCurrentlyActive>
<IsDeleted>true</IsDeleted>
<IsEdited>true</IsEdited>
<ResourceInfo>
<ResourceInfo>
<ResourceIdentity>0355f34f-152b-4ea6-b185-b2f1c542425f</ResourceIdentity>
<ResourceName>sample string 1</ResourceName>
<ResourceTypeIdentity>ea681a6c-3fd1-4a64-8579-f7524ff1cc5e</ResourceTypeIdentity>
<ResourceTypeImageUri>http://webapihelppage5.com/</ResourceTypeImageUri>
<ResourceTypeName>sample string 3</ResourceTypeName>
</ResourceInfo>
<ResourceInfo>
<ResourceIdentity>0355f34f-152b-4ea6-b185-b2f1c542425f</ResourceIdentity>
<ResourceName>sample string 1</ResourceName>
<ResourceTypeIdentity>ea681a6c-3fd1-4a64-8579-f7524ff1cc5e</ResourceTypeIdentity>
<ResourceTypeImageUri>http://webapihelppage5.com/</ResourceTypeImageUri>
<ResourceTypeName>sample string 3</ResourceTypeName>
</ResourceInfo>
</ResourceInfo>
<Occurrences>
<CategoryEventOccurrence>
<EndDateTime xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
<d6p1:DateTime>2026-01-31T20:15:20.6189154Z</d6p1:DateTime>
<d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
</EndDateTime>
<EventIdentity>875f1c20-18bc-4d7a-ae99-fce0daa6c5fc</EventIdentity>
<IsOutsideDateFilter>true</IsOutsideDateFilter>
<OccurrenceIdentity>4dd4669a-032c-4322-b0ca-2c7d99549bfb</OccurrenceIdentity>
<StartDateTime xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
<d6p1:DateTime>2026-01-31T20:15:20.6189154Z</d6p1:DateTime>
<d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
</StartDateTime>
<StatusIdentity>d13c994a-d1b8-4484-a6cd-006205b36db8</StatusIdentity>
</CategoryEventOccurrence>
<CategoryEventOccurrence>
<EndDateTime xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
<d6p1:DateTime>2026-01-31T20:15:20.6189154Z</d6p1:DateTime>
<d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
</EndDateTime>
<EventIdentity>875f1c20-18bc-4d7a-ae99-fce0daa6c5fc</EventIdentity>
<IsOutsideDateFilter>true</IsOutsideDateFilter>
<OccurrenceIdentity>4dd4669a-032c-4322-b0ca-2c7d99549bfb</OccurrenceIdentity>
<StartDateTime xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
<d6p1:DateTime>2026-01-31T20:15:20.6189154Z</d6p1:DateTime>
<d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
</StartDateTime>
<StatusIdentity>d13c994a-d1b8-4484-a6cd-006205b36db8</StatusIdentity>
</CategoryEventOccurrence>
</Occurrences>
</ResourceEventWithOccurrences>
</Results>
<ResultsAreLimited>true</ResultsAreLimited>
<TotalCount>3</TotalCount>
</ActivityManagerCategoryResults>