Parameters
Records per page. Minimum
1, maximum 100.Number of records to skip. Combine with
limit to page:
?limit=50&offset=100 returns records 101–150.The meta object
Paging through everything
Increaseoffset by limit until a page returns fewer than limit records (or, where
total is present, until offset + count >= total):
Single-record and rollup endpoints (e.g.
/sessions/{id}, /reports/summary,
/parents/{id}/balance) return the object directly, with no data/meta envelope.