CursorPageOf[CoreOf[Vendor]]

  • as_of
    Type: string · As OfFormat: date-time
    required

    When the query ran (UTC). Records created in act can take up to one export cycle to become readable here.

  • data
    Type: array object[] · Data
    required

    The records on this page, in the requested order.

    • data
      Type: object · Vendor
      required

      The record's payload, in its own transaction currency.

    • id
      Type: object · Id
      required

      The record's identity: its public type and external id.

    • expanded
      Type: object · Expandednullable

      Linked records requested through expand, keyed by link name. Each record is in its own type's public shape. Absent when expand was not requested.

    • expanded_truncated
      Type: array string[] | null · Expanded Truncatednullable

      Names of expanded child links whose result was capped (at most 500 children per link per page are returned). Absent when nothing was truncated.

    • links
      Type: array object[] · Links

      Outbound links to other records. Follow one with GET /{segment}/{externalId}.

  • next_cursor
    Type: string · Next Cursornullable
    required

    Opaque 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.

  • total
    Type: integer · Totalnullable

    Total records matching the filters, before the deleted overlay. Present only when include_total=true.