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-06-16T17:39:49.2710135+00:00",
"EndDateTime": "2026-06-16T17:39:49.2710135+00:00",
"EventCategories": [
{
"Identity": "0917ccfa-b333-4342-9523-92e62c7bcd1f",
"Values": [
"6c5569bf-11ea-4db6-a009-fb4b46f09a04",
"b8501074-6340-4936-9689-dee0ffca2d0d"
]
},
{
"Identity": "0917ccfa-b333-4342-9523-92e62c7bcd1f",
"Values": [
"6c5569bf-11ea-4db6-a009-fb4b46f09a04",
"b8501074-6340-4936-9689-dee0ffca2d0d"
]
}
],
"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-06-16T17:39:49.2710135Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</EndDateTime>
<EventCategories>
<CategoryValue>
<Identity>0917ccfa-b333-4342-9523-92e62c7bcd1f</Identity>
<Values xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>6c5569bf-11ea-4db6-a009-fb4b46f09a04</d4p1:guid>
<d4p1:guid>b8501074-6340-4936-9689-dee0ffca2d0d</d4p1:guid>
</Values>
</CategoryValue>
<CategoryValue>
<Identity>0917ccfa-b333-4342-9523-92e62c7bcd1f</Identity>
<Values xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>6c5569bf-11ea-4db6-a009-fb4b46f09a04</d4p1:guid>
<d4p1:guid>b8501074-6340-4936-9689-dee0ffca2d0d</d4p1:guid>
</Values>
</CategoryValue>
</EventCategories>
<IsPublished>true</IsPublished>
<StartDateTime xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2026-06-16T17:39:49.2710135Z</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>