Supports all JSON:API query parameters including:
Filtering - filter[field]=value
(e.g., filter[team_id]=f2b5455c-a784-492e-9d81-7fab128c9863&filter[updated_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
(e.g., page[limit]=25&page[offset]=50)
Field Selection - fields[type]=field1,field2
(e.g., fields[teams]=name,description)
Includes - include=relationship
Valid includes: profiles, children
(e.g., include=profiles,children)