Get the headers for an archive of an entity's history with related objects
head/instances/{instanceId}/history/{historyId}
Returns the headers for an archive of entities and relationships corresponding to a history record for an entity. The limits of the network described by the archive are determined by the view associated with the instance (if specified) or the type definition (if specified). If no history policy or view is associated with the entity, then an archive consisting of the current entity's representation is returned.
Name | Type | Required | Description |
---|---|---|---|
historyId | string | true | The ID of a historical record of an entity |
instanceId | string | true | The ID of the Instance |
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | OK. | Headers | |
400 | Bad Request | Bad request (the request is not well-formed). | Schema | |
401 | Unauthorized | Not authenticated. | Schema | |
403 | Forbidden | The user does not have permission to complete this request. | Schema | |
404 | Not Found | The specified resource was not found. | Schema | |
406 | Not Acceptable | Not Acceptable. Include an Accept header with a supported value on the request. | Schema |