CursorPageOf[CoreOf[Vendor]]
- asType: string · As OfFormat: date-time
_of requiredWhen the query ran (UTC). Records created in act can take up to one export cycle to become readable here.
- dataType: array object[] · Datarequired
The records on this page, in the requested order.
- dataType: object · Vendorrequired
The record's payload, in its own transaction currency.
- idType: object · Idrequired
The record's identity: its public type and external id.
- expandedType: object · Expandednullable
Linked records requested through
expand, keyed by link name. Each record is in its own type's public shape. Absent whenexpandwas not requested. - expandedType: array string[] | null · Expanded Truncatednullable
_truncated Names of expanded child links whose result was capped (at most 500 children per link per page are returned). Absent when nothing was truncated.
- linksType: array object[] · Links
Outbound links to other records. Follow one with
GET /{segment}/{externalId}.
- nextType: string · Next Cursornullable
_cursor requiredOpaque cursor for the next page; null on the last page. Send it back with the same filters and sort — a cursor presented with different filters is rejected.
- totalType: integer · Totalnullable
Total records matching the filters, before the deleted overlay. Present only when
include_total=true.