Query an individual link
get/links/@item
Retrieves an individual link using an ID string.
1{2 "relationshipTypeName": "witnessed_by",3 "relationshipTypeVersion": 1,4 "relationshipTypeLabel": "Witnessed by",5 "id": "witnessed_by|_|intel_report|_|person|_|e5343e0e-3d68-11e8-b467-0ed5f89f718b",6 "@type": "DocumentLink",7 "createdAt": "2015-10-01T18:30:03.656Z",8 "lastUpdatedAt": "2015-10-01T18:30:03.656Z",9 "displayLabel": "Witnessed by",10 "fromObjectTypeName": "intel_report",11 "fromObjectTypeVersion": 3,12 "fromObjectId": "uuid_502",13 "fromObjectDisplayLabel": "John Smith",14 "toObjectTypeName": "person",15 "toObjectTypeVersion": 6,16 "toObjectId": "uuid_102",17 "toObjectDisplayLabel": "John Smith",18 "fieldValues": {19 "auto_generated_sk": "e5343e0e-3d68-11e8-b467-0ed5f89f718b",20 "created_at_dttm": "2015-10-01T18:30:03.656Z",21 "created_by_user_id": "unit_test",22 "intelReportId": "uuid_502",23 "last_updated_at_dttm": "2015-10-01T18:30:03.656Z",24 "last_updated_by_user_id": "unit_test",25 "personId": "uuid_102",26 "version": 127 },28 "qualifiedTypeName": "intel_report__witnessed_by",29 "restrictedFields": {30 "ssn": {31 "masked": {32 "currentUserIsAuthorizedToReveal": true33 }34 }35 }36}
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 | Specifies whether to compute and include display labels for both the to document and the from document 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 |