Get an action from the action history of a link
Gets the full representation of an action from a links action history. A link to this representation is returned in the links property of an action summary.
1{2 "actionId": "string",3 "action": "string",4 "actionType": "DOCUMENT_CREATE",5 "objectType": "string",6 "objectId": "string",7 "objectVersion": "string",8 "createdBy": "string",9 "createdAt": "2019-08-24T14:15:22Z",10 "links": [11 {12 "method": "string",13 "rel": "string",14 "uri": "string",15 "href": "string",16 "title": "string",17 "type": "string",18 "itemType": "string",19 "responseType": "string",20 "responseItemType": "string"21 }22 ],23 "version": 0,24 "items": [25 {}26 ]27}
| Name | Type | Required | Description |
|---|---|---|---|
_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 | Action history was not available for the specified link. | Schema | |
| 404 | Not Found | The specified link or requested action was not found. | Schema |