Skip to main content
GET
/
history
/
{historyId}
Error
A valid request URL is required to generate request examples
{
  "id": "<string>",
  "tenantId": 123,
  "siteId": 123,
  "userId": "<string>",
  "initiatingAppId": "<string>",
  "appKey": "<string>",
  "action": "<string>",
  "entityType": "<string>",
  "entityId": "<string>",
  "objectName": "<string>",
  "timestamp": "2023-11-07T05:31:56Z",
  "correlationId": "<string>"
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Path Parameters

historyId
string
required

The ID of the history record.

Query Parameters

responseFields
string

limits which fields are returned in the response body

Response

Success

id
string | null
tenantId
integer<int32> | null
siteId
integer<int32> | null
userId
string | null
initiatingAppId
string | null
appKey
string | null
action
string | null
entityType
string | null
entityId
string | null
objectName
string | null
timestamp
string<date-time>
correlationId
string | null