GET api/hooks/history/{eventName}

Get a list of history items.

Request Information

URI Parameters

Query String:

NameDescriptionTypeAdditional information
eventName

Required

string

None.

Body Parameters

None.

Response Information

Resource Description

[HTTP Status 200 - OK] A set of history items.

Type: HookHistorySet

NameDescriptionTypeAdditional information
HistoryItems

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
{
  "HistoryItems": [
    {},
    {}
  ]
}

application/xml, text/xml

Sample:
<HookHistorySet xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <HistoryItems xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:anyType />
    <d2p1:anyType />
  </HistoryItems>
</HookHistorySet>