POST api/Events/Publish
Request Information
URI Parameters
None.
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "3d4c32b0-3fa4-4d5f-b1bd-7d26ab2140f7", "953a8291-4e78-44d5-a40e-430a57a74f7a" ]
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>3d4c32b0-3fa4-4d5f-b1bd-7d26ab2140f7</guid> <guid>953a8291-4e78-44d5-a40e-430a57a74f7a</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ResourceEventInformationName | 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": "359b9d90-f3b2-44f1-ae7d-28bcfccba531", "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-03-25T06:19:14.6933705+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": "359b9d90-f3b2-44f1-ae7d-28bcfccba531", "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-03-25T06:19:14.6933705+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>359b9d90-f3b2-44f1-ae7d-28bcfccba531</Identity> <IsPublished>true</IsPublished> <LastModified xmlns:d3p1="http://schemas.datacontract.org/2004/07/System"> <d3p1:DateTime>2025-03-25T06:19:14.6933705Z</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>359b9d90-f3b2-44f1-ae7d-28bcfccba531</Identity> <IsPublished>true</IsPublished> <LastModified xmlns:d3p1="http://schemas.datacontract.org/2004/07/System"> <d3p1:DateTime>2025-03-25T06:19:14.6933705Z</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>