Query parameters
Date-range filters use the conventions
fromDate / toDate on most endpoints. A few older endpoints use startDate / endDate — check the endpoint page for the canonical parameter names.
Response shape
Most paginated endpoints return an envelope:A handful of older list endpoints return
{ items } or a bare array instead of { totalCount, edges }. The endpoint page will reflect the actual schema — always prefer the per-endpoint schema over assumptions.Requesting a page
Paginating through every page
Common errors
See Errors for the full envelope.
Related
Errors
Error envelope and common status codes.
Internationalization
Translating response bodies with
x-language.
