latestOpenAPI 3.1.02026-08-183475125.9 KB

ae58c064a7af

List custom-data records

Paginated collection of the account’s custom-data records. Page mode for browsing; cursor (keyset) mode — required for full exports — forces dot_number ascending order (lexicographic; dot_number is a string). Use updated_after for incremental sync after an initial export. Full exports typically exceed the default daily quota; contact support to arrange a limit increase first.

get/v1/custom-data

Query parameters

limitinteger
pageinteger

1-based. Mutually exclusive with cursor (400 if both are sent).

cursorstring

Opaque next_cursor from a previous response. Follow until has_more is false.

dot_numberstring

Comma-separated list of up to 50 DOT numbers (each 1-8 digits); use POST /v1/custom-data/lookup for larger batches

updated_afterstring date-time

ISO-8601; records loaded on/after

updated_beforestring date-time

ISO-8601; date-only values include the whole day

sort_by'updated_at' | 'dot_number'

Ignored in cursor mode; other values return 400

sort_order'asc' | 'desc'

Response

Records with page- or cursor-mode pagination

total_resultsinteger

Page mode only. May be approximate when no filters are applied; exact when filtered.