link_type field.
| String | Description |
|---|---|
| follow | Follow from FID to Target FID |
linkById
Get a link by its FID and target FID. Query Parameters| Parameter | Description | Example |
|---|---|---|
| fid | The FID of the link’s originator | fid=6833 |
| target_fid | The FID of the target of the link | target_fid=2 |
| link_type | The type of link, as a string value | link_type=follow |
linksByFid
Get all links from a source FID Query Parameters| Parameter | Description | Example |
|---|---|---|
| fid | The FID of the link’s creator | fid=6833 |
| link_type | The type of link, as a string value | link_type=follow |
| pageSize | Optional page size (default: 1000) | pageSize=100 |
| pageToken | Optional page token for pagination | pageToken=DAEDAAAGlQ... |
| reverse | Optional reverse order flag | reverse=true |
linksByTargetFid
Get all links to a target FID Query Parameters| Parameter | Description | Example |
|---|---|---|
| target_fid | The FID of the link’s target | target_fid=6833 |
| link_type | The type of link, as a string value | link_type=follow |
| pageSize | Optional page size (default: 1000) | pageSize=100 |
| pageToken | Optional page token for pagination | pageToken=DAEDAAAGlQ... |
| reverse | Optional reverse order flag | reverse=true |

