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": "2025-11-28T11:37:35.8741534+00:00",
"EndDateTime": "2025-11-28T11:37:35.8741534+00:00",
"EventCategories": [
{
"Identity": "288cda98-3b65-49a6-8f35-4c39fe7a2124",
"Values": [
"3fc368eb-6fd3-457b-8e9b-710cd15749a7",
"ffbb0bab-21d6-4ea2-89ef-52db6e897b28"
]
},
{
"Identity": "288cda98-3b65-49a6-8f35-4c39fe7a2124",
"Values": [
"3fc368eb-6fd3-457b-8e9b-710cd15749a7",
"ffbb0bab-21d6-4ea2-89ef-52db6e897b28"
]
}
],
"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>2025-11-28T11:37:35.8741534Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</EndDateTime>
<EventCategories>
<CategoryValue>
<Identity>288cda98-3b65-49a6-8f35-4c39fe7a2124</Identity>
<Values xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>3fc368eb-6fd3-457b-8e9b-710cd15749a7</d4p1:guid>
<d4p1:guid>ffbb0bab-21d6-4ea2-89ef-52db6e897b28</d4p1:guid>
</Values>
</CategoryValue>
<CategoryValue>
<Identity>288cda98-3b65-49a6-8f35-4c39fe7a2124</Identity>
<Values xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>3fc368eb-6fd3-457b-8e9b-710cd15749a7</d4p1:guid>
<d4p1:guid>ffbb0bab-21d6-4ea2-89ef-52db6e897b28</d4p1:guid>
</Values>
</CategoryValue>
</EventCategories>
<IsPublished>true</IsPublished>
<StartDateTime xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2025-11-28T11:37:35.8741534Z</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>