POST api/Events/Publish
Request Information
URI Parameters
None.
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "8f4c402f-8418-495f-a4cb-89242d2ec518", "7153074f-e053-44e3-8f3b-9768e610cc9e" ]
application/xml, text/xml
Sample:
<ArrayOfguid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <guid>8f4c402f-8418-495f-a4cb-89242d2ec518</guid> <guid>7153074f-e053-44e3-8f3b-9768e610cc9e</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ResourceEventInformation| Name | Description | Type | Additional information |
|---|---|---|---|
| Identity | globally unique identifier |
None. |
|
| Location | string |
None. |
|
| Description | string |
None. |
|
| HostKey | string |
None. |
|
| Name | string |
None. |
|
| EventType | string |
None. |
|
| Owner | string |
None. |
|
| IsPublished | boolean |
None. |
|
| LastModified | date |
None. |
|
| ParentKey | string |
None. |
|
| ExtraProperties | Collection of ExtraProperty |
None. |
|
| StatusName | string |
None. |
|
| Source | string |
None. |
|
| WeekRanges | string |
None. |
|
| WeekLabels | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Identity": "4a52d8e4-f428-43ee-a0dc-0c9eb8378cef",
"Location": "sample string 2",
"Description": "sample string 3",
"HostKey": "sample string 4",
"Name": "sample string 5",
"EventType": "sample string 6",
"Owner": "sample string 7",
"IsPublished": true,
"LastModified": "2025-10-13T17:16:16.3006415+00:00",
"ParentKey": "sample string 10",
"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 11",
"Source": "sample string 12",
"WeekRanges": "sample string 13",
"WeekLabels": "sample string 14"
},
{
"Identity": "4a52d8e4-f428-43ee-a0dc-0c9eb8378cef",
"Location": "sample string 2",
"Description": "sample string 3",
"HostKey": "sample string 4",
"Name": "sample string 5",
"EventType": "sample string 6",
"Owner": "sample string 7",
"IsPublished": true,
"LastModified": "2025-10-13T17:16:16.3006415+00:00",
"ParentKey": "sample string 10",
"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 11",
"Source": "sample string 12",
"WeekRanges": "sample string 13",
"WeekLabels": "sample string 14"
}
]
application/xml, text/xml
Sample:
<ArrayOfResourceEventInformation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Scientia.Platform.API.Model">
<ResourceEventInformation>
<WeekLabels>sample string 14</WeekLabels>
<WeekRanges>sample string 13</WeekRanges>
<Description>sample string 3</Description>
<EventType>sample string 6</EventType>
<ExtraProperties xmlns:d3p1="http://schemas.datacontract.org/2004/07/Scientia.Common.Messages.ObjectModel">
<d3p1:ExtraProperty>
<d3p1:DisplayName>sample string 2</d3p1:DisplayName>
<d3p1:Name>sample string 1</d3p1:Name>
<d3p1:Rank>4</d3p1:Rank>
<d3p1:Value>sample string 3</d3p1:Value>
</d3p1:ExtraProperty>
<d3p1:ExtraProperty>
<d3p1:DisplayName>sample string 2</d3p1:DisplayName>
<d3p1:Name>sample string 1</d3p1:Name>
<d3p1:Rank>4</d3p1:Rank>
<d3p1:Value>sample string 3</d3p1:Value>
</d3p1:ExtraProperty>
</ExtraProperties>
<HostKey>sample string 4</HostKey>
<Identity>4a52d8e4-f428-43ee-a0dc-0c9eb8378cef</Identity>
<IsPublished>true</IsPublished>
<LastModified xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
<d3p1:DateTime>2025-10-13T17:16:16.3006415Z</d3p1:DateTime>
<d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
</LastModified>
<Location>sample string 2</Location>
<Name>sample string 5</Name>
<Owner>sample string 7</Owner>
<ParentKey>sample string 10</ParentKey>
<Source>sample string 12</Source>
<StatusName>sample string 11</StatusName>
</ResourceEventInformation>
<ResourceEventInformation>
<WeekLabels>sample string 14</WeekLabels>
<WeekRanges>sample string 13</WeekRanges>
<Description>sample string 3</Description>
<EventType>sample string 6</EventType>
<ExtraProperties xmlns:d3p1="http://schemas.datacontract.org/2004/07/Scientia.Common.Messages.ObjectModel">
<d3p1:ExtraProperty>
<d3p1:DisplayName>sample string 2</d3p1:DisplayName>
<d3p1:Name>sample string 1</d3p1:Name>
<d3p1:Rank>4</d3p1:Rank>
<d3p1:Value>sample string 3</d3p1:Value>
</d3p1:ExtraProperty>
<d3p1:ExtraProperty>
<d3p1:DisplayName>sample string 2</d3p1:DisplayName>
<d3p1:Name>sample string 1</d3p1:Name>
<d3p1:Rank>4</d3p1:Rank>
<d3p1:Value>sample string 3</d3p1:Value>
</d3p1:ExtraProperty>
</ExtraProperties>
<HostKey>sample string 4</HostKey>
<Identity>4a52d8e4-f428-43ee-a0dc-0c9eb8378cef</Identity>
<IsPublished>true</IsPublished>
<LastModified xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
<d3p1:DateTime>2025-10-13T17:16:16.3006415Z</d3p1:DateTime>
<d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
</LastModified>
<Location>sample string 2</Location>
<Name>sample string 5</Name>
<Owner>sample string 7</Owner>
<ParentKey>sample string 10</ParentKey>
<Source>sample string 12</Source>
<StatusName>sample string 11</StatusName>
</ResourceEventInformation>
</ArrayOfResourceEventInformation>