POST api/Events/BulkUnPublish
Request Information
URI Parameters
None.
Body Parameters
EventFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| IsPublished | boolean |
None. |
|
| StartDateTime | date |
None. |
|
| EndDateTime | date |
None. |
|
| EventCategories | Collection of CategoryValue |
None. |
|
| Term | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"IsPublished": true,
"StartDateTime": "2026-01-31T20:17:05.1942944+00:00",
"EndDateTime": "2026-01-31T20:17:05.1942944+00:00",
"EventCategories": [
{
"Identity": "eb9a452b-e006-428c-ad6c-8b2581c4d253",
"Values": [
"93b1a1ea-b307-4c26-bb4e-d70a15691c3f",
"0e987feb-ab37-40f4-8001-5ec217fad31b"
]
},
{
"Identity": "eb9a452b-e006-428c-ad6c-8b2581c4d253",
"Values": [
"93b1a1ea-b307-4c26-bb4e-d70a15691c3f",
"0e987feb-ab37-40f4-8001-5ec217fad31b"
]
}
],
"Term": "sample string 1"
}
application/xml, text/xml
Sample:
<EventFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Scientia.Platform.API.Model">
<EndDateTime xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2026-01-31T20:17:05.1942944Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</EndDateTime>
<EventCategories>
<CategoryValue>
<Identity>eb9a452b-e006-428c-ad6c-8b2581c4d253</Identity>
<Values xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>93b1a1ea-b307-4c26-bb4e-d70a15691c3f</d4p1:guid>
<d4p1:guid>0e987feb-ab37-40f4-8001-5ec217fad31b</d4p1:guid>
</Values>
</CategoryValue>
<CategoryValue>
<Identity>eb9a452b-e006-428c-ad6c-8b2581c4d253</Identity>
<Values xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>93b1a1ea-b307-4c26-bb4e-d70a15691c3f</d4p1:guid>
<d4p1:guid>0e987feb-ab37-40f4-8001-5ec217fad31b</d4p1:guid>
</Values>
</CategoryValue>
</EventCategories>
<IsPublished>true</IsPublished>
<StartDateTime xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2026-01-31T20:17:05.1942944Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</StartDateTime>
<Term>sample string 1</Term>
</EventFilter>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<long xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</long>