Read related links.
ancestorId
globally unique identifier
Required
Guid ID for departments, individuals, metrics, organizations, projects, and tasks. |
deleted
byte
Add ?deleted=0, 1, or 2 for not deleted, deleted, or all. |
None.
ID
globally unique identifier
Required on Update
ID of the related link. |
AncestorID
globally unique identifier
Required on Create
ID of the ancester for the related links. |
Name
string
Required
Name of the related link. (Max length 255 characters) |
Rank
integer
Required
Rank of the related link. |
URL
string
Required
URL of the related link. |
Description
string
Required
Description of the related link. |
Deleted
boolean
ReadOnly
Deleted status of the related link. |
DeletedByRef
boolean
ReadOnly
Deleted by reference status of the related link. |
<RelatedLink xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://col4.com/api/v4"> <ID>dd81b693-cbc7-4a82-a12f-75d9adc4f5f9</ID> <AncestorID>99678b35-7f11-4b7f-b2d2-f6ec3a1e57f8</AncestorID> <Name>sample string 1</Name> <Rank>1</Rank> <URL>sample string 2</URL> <Description>sample string 3</Description> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> </RelatedLink>
{ "ID": "dd81b693-cbc7-4a82-a12f-75d9adc4f5f9", "AncestorID": "99678b35-7f11-4b7f-b2d2-f6ec3a1e57f8", "Name": "sample string 1", "Rank": 1, "URL": "sample string 2", "Description": "sample string 3", "Deleted": true, "DeletedByRef": true }