Query an individual link
get/links/@item
Retrieves an individual link using an ID string.
1{2 "relationshipTypeName": "string",3 "relationshipTypeVersion": "string",4 "relationshipTypeLabel": "string",5 "id": "string",6 "qualifiedTypeName": "string",7 "fromObjectTypeName": "string",8 "fromObjectTypeVersion": -9223372036854776000,9 "fromObjectId": "string",10 "fromObjectDisplayLabel": "string",11 "toObjectTypeName": "string",12 "toObjectTypeVersion": -9223372036854776000,13 "toObjectId": "string",14 "toObjectDisplayLabel": "string",15 "validFrom": "2019-08-24T14:15:22Z",16 "validTo": "2019-08-24T14:15:22Z",17 "createdAt": "2019-08-24T14:15:22Z",18 "lastUpdatedAt": "2019-08-24T14:15:22Z",19 "@type": "string"20}
| 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 ( |
_includeDisplayLabel | boolean | false | Compute and include display labels for both to and from documents in the response. |
| Status | Meaning | Description | ||
|---|---|---|---|---|
| 200 | OK | The request succeeded. An individual link is returned. | Schema | |
| 400 | Bad Request | The request was invalid. | Schema | |
| 404 | Not Found | Unable to find the link. | Schema |