Get the headers for current and previous revisions of an entity Instance
head/instances/{instanceId}/history
Returns the headers for current and previous revisions of an entity instance; the endpoint is undefined for other kinds of instances.
Name | Type | Required | Description |
---|---|---|---|
limit | integer | false | Maximum number of objects to return. Defaults to 10. |
start | integer | false | 0-based Offset of first object to return. Defaults to 0. |
Name | Type | Required | Description |
---|---|---|---|
Accept | string | false | The desired representation for the response. Allowed values: application/vnd.sas.collection+jsonapplication/json Default: application/vnd.sas.collection+json |
Accept-Item | string | false | The desired item representation for collections. Allowed values: application/vnd.sas.metadata.instance.entity+jsonapplication/json Default: application/vnd.sas.metadata.instance.entity+json |
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 |