Get headers for a version from the version history of a link
Retrieves headers for the full representation of a version from a link's version history. The link to fetch the full representation is returned with version summaries.
| Name | Type | Required | Description |
|---|---|---|---|
version | string | true |
|
| Name | Type | Required | Description |
|---|---|---|---|
changedOnly | boolean | false | Specifies whether to return only fields that have changed between the previous and requested link version. Default: false |
includeDisplayLabel | boolean | false | Specifies whether to include the display label for the link in the version. Default: false |
_id | string | true | The ID for an individual link. A link ID uses the following format:
Link ID component details:
When submitting the request, the pipe character ( |
| Status | Meaning | Description | ||
|---|---|---|---|---|
| 200 | OK | The request succeeded. | ||
| 400 | Bad Request | Version history was not available for the specified link. | ||
| 404 | Not Found | The specified link or the requested version was not found. |