List linked records for a link column
Agent Views
List linked records for a link column
GET
List linked records for a link column
Authorizations
Query Parameters
Page number (default: 1)
Required range:
x >= 1Number of records per page (default: 25, max: 100)
Required range:
1 <= x <= 100Comma-separated field names to include from linked records
Example:
"field1,field2"
Comma-separated field names for sorting. Prefix with - for DESC
Example:
"createdAt,-priority"
Filter conditions: (field,op,value)
Example:
"(status,eq,active)"