POST api/Events/BulkPublish
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-04-14T05:29:13.5542417+00:00",
"EndDateTime": "2026-04-14T05:29:13.5542417+00:00",
"EventCategories": [
{
"Identity": "91d637e5-71f3-4036-883f-bb37d495da86",
"Values": [
"ab378b6c-e62d-4f4a-93cc-5b693d8fbc88",
"7f044ca5-da50-475a-a906-f81fd0eca7ec"
]
},
{
"Identity": "91d637e5-71f3-4036-883f-bb37d495da86",
"Values": [
"ab378b6c-e62d-4f4a-93cc-5b693d8fbc88",
"7f044ca5-da50-475a-a906-f81fd0eca7ec"
]
}
],
"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-04-14T05:29:13.5542417Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</EndDateTime>
<EventCategories>
<CategoryValue>
<Identity>91d637e5-71f3-4036-883f-bb37d495da86</Identity>
<Values xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>ab378b6c-e62d-4f4a-93cc-5b693d8fbc88</d4p1:guid>
<d4p1:guid>7f044ca5-da50-475a-a906-f81fd0eca7ec</d4p1:guid>
</Values>
</CategoryValue>
<CategoryValue>
<Identity>91d637e5-71f3-4036-883f-bb37d495da86</Identity>
<Values xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>ab378b6c-e62d-4f4a-93cc-5b693d8fbc88</d4p1:guid>
<d4p1:guid>7f044ca5-da50-475a-a906-f81fd0eca7ec</d4p1:guid>
</Values>
</CategoryValue>
</EventCategories>
<IsPublished>true</IsPublished>
<StartDateTime xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2026-04-14T05:29:13.5542417Z</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>