OptionalfiltersArbitrary field filters, merged verbatim into the query string. Keys may use
the bracket-operator form, e.g. { "year_of_birth[gt]": 1990, sex: "f" }.
Pass a related entity's id directly, e.g. { politician: 184945 }.
OptionalrangePage size — number of items to return. The API honours this up to 1000; a value above 1000 is ignored and it falls back to its default page size (100).
Optionalrange0-based offset of the first item to return.
OptionalsortField name to sort by (e.g. last_name, id).
OptionalsortSort order.
Parameters for a collection request.