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.

Request Samples

1

Response Samples

1Not Available

Path Parameters

NameTypeRequiredDescription
historyId
string
true

The ID of a historical record of an entity.

instanceId
string
true

The ID of the Instance.

Header Parameters

NameTypeRequiredDescription
Accept
string
false

The desired item representation for the response. The default is application/vnd.sas.metadata.instance.archive+json

Allowed values:
application/vnd.sas.metadata.instance.archive+jsonapplication/json

Responses

StatusMeaningDescription
200OK

OK.

Headers
400Bad Request

Bad request (the request is not well-formed).

Schema
401Unauthorized

Not authenticated.

Schema
403Forbidden

The user does not have permission to complete this request.

Schema
404Not Found

The specified resource was not found.

Schema
406Not Acceptable

Not Acceptable. Include an Accept header with a supported value on the request.

Schema