POST api/Events/UnPublish

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "31bf7e6a-0549-42a7-aa6e-6517e948e865",
  "5d6ae547-ee0d-4736-9227-7ee22771667d"
]

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>31bf7e6a-0549-42a7-aa6e-6517e948e865</guid>
  <guid>5d6ae547-ee0d-4736-9227-7ee22771667d</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of ResourceEventInformation
NameDescriptionTypeAdditional 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": "f42f8d42-d31b-4b3c-90ff-0d013eae823f",
    "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": "2024-11-21T10:21:33.8181292+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": "f42f8d42-d31b-4b3c-90ff-0d013eae823f",
    "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": "2024-11-21T10:21:33.8181292+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>f42f8d42-d31b-4b3c-90ff-0d013eae823f</Identity>
    <IsPublished>true</IsPublished>
    <LastModified xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
      <d3p1:DateTime>2024-11-21T10:21:33.8181292Z</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>f42f8d42-d31b-4b3c-90ff-0d013eae823f</Identity>
    <IsPublished>true</IsPublished>
    <LastModified xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
      <d3p1:DateTime>2024-11-21T10:21:33.8181292Z</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>