GET
/
seat-snapshots

Headers

Authorization
string
required

Your API credentials. Eg. Basic {credentials}.

Sequence-Version
enum<string>

Use this header to select an API version

Available options:
2024-01-01

Query Parameters

before
string

Pagination cursor. To page through items, omit this parameter to retrieve the first page, and then successively use the value you get from pagination.after or pagination.before to retrieve each page.

after
string

Pagination cursor. To page through items, omit this parameter to retrieve the first page, and then successively use the value you get from pagination.after or pagination.before to retrieve each page.

sortOrder
string

Sort order. Default: DESC (descending, most often used for reverse chronological sorting).

limit
integer

Maximum number of objects to return per-page.

customerAlias
string

Filter snapshots by customer alias

seatType
string

Filter snapshots by seat type

customerSnapshotId
string

Filter events by customer snapshot id

snapshotTimestampBefore
string

Filter snapshots by timestamp before

snapshotTimestampAfter
string

Filter snapshots by timestamp after

sortBy
string

Sort column. Default: creation time.

Response

200 - application/json
items
object[]
required

Seat snapshots

pagination
object
required

Results pagination