Get headers for a summary of version history for a child document
Retrieves headers for a summary of version history for a child document. Child version summaries contain a link to fetch the full child version representation.
| Name | Type | Required | Description |
|---|---|---|---|
childDocType | string | true | The object type of the child document. |
documentId | string | true | The ID of the child document's parent document. |
objectTypeName | string | true | The object type of the child document's parent document. |
version | string | true | The version of the child document's parent document. |
| Name | Type | Required | Description |
|---|---|---|---|
includeDisplayLabel | boolean | false | Indicates whether to include the display label for the child document in the version. Default: false |
limit | integer | false | The maximum number of items to return in a page of results. Default: 40 |
operation | string | false | A query parameter that can be used to filter the child documents by their operation. The available operations are: |
sortBy | string | false | The sort criteria for the request. Default: {child document's createdAt field name}:descending |
start | integer | false | The start index. This is used for paging. Default: 0 |
| Status | Meaning | Description | ||
|---|---|---|---|---|
| 200 | OK | The request succeeded. | ||
| 400 | Bad Request | Version history was not available for the specified child document. | ||
| 404 | Not Found | The specified child document or parent document was not found. |