Get summary of version history for a link
Gets a summary of version history for a link. Version summaries contain a link to fetch the full version representation.
1{2 "links": [3 {4 "method": "GET",5 "rel": "self",6 "href": "/svi-datahub/links/@item/versions?start=0&limit=40",7 "uri": "/svi-datahub/links/@item/versions?start=0&limit=40",8 "type": "application/vnd.sas.collection",9 "itemType": "application/vnd.sas.investigation.version.summary+json"10 },11 {12 "method": "GET",13 "rel": "collection",14 "href": "/svi-datahub/links/@item/versions",15 "uri": "/svi-datahub/links/@item/versions",16 "type": "application/vnd.sas.collection",17 "itemType": "application/vnd.sas.investigation.version.summary+json"18 }19 ],20 "name": "versions",21 "accept": "application/json application/vnd.sas.collection+json",22 "count": 1,23 "items": [24 {25 "typeName": "intel_report__witnessed_by",26 "id": "witnessed_by|_|intel_report|_|person|_|e5343e0e-3d68-11e8-b467-0ed5f89f718b",27 "version": "2",28 "operation": "update",29 "createdBy": "videmo",30 "createdAt": "2023-06-29T22:17:51.061Z"31 }32 ],33 "version": 234}
Name | Type | Required | Description |
---|---|---|---|
includeDisplayLabel | boolean | false | Specifies whether to include the display label for the link. Default: false |
limit | integer | false | The maximum number of items to return in a page of results. Default: 40 |
start | integer | false | The start index. This is used for paging. Default: 0 |
_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. | Schema | |
400 | Bad Request | Version history was not available for the specified link. | Schema | |
404 | Not Found | The specified link was not found. | Schema |