Supports all JSON:API query parameters including:
Filtering - filter[field]=value
(e.g., filter[city]=New York&filter[latest_activity_at][gte]=2024-08-27T06:00:00.000Z)
Sorting - sort=field or sort=-field
(e.g., sort=-inserted_at)
Pagination - page[limit]=N&page[offset]=N&page[count]=true
Maximum supported value for page[limit] is 250.
(e.g., page[limit]=25&page[offset]=50)
Field Selection - fields[type]=field1,field2
(e.g., fields[lead]=city,title)
Includes - include=relationship
Valid includes: contacts, contacts.phones, contacts.emails, lead_notes, lead_files, lead_status, assignee
(e.g., include=contacts,lead_status,assignee)