Pagination conventions
Many list endpoints return a shared pagination envelope.Common fields
page— current page numberpageSize— number of items requested per pagetotal— total matching itemstotalPages— total number of pageshasMore— whether another page is available
What to expect
- Exact item fields vary by endpoint family.
- Some endpoints return extra route-specific metadata in addition to the shared pagination fields.
- Identifiers such as
event_id,exhibitor_id, andpersonnel_idare string values in the public contract. - Parameter naming is route-specific. Treat each endpoint page as the source of truth for casing and field names.