Skip to main content
GET
Retrieve scheduled day pass transactions

Authorizations

Authorization
string
header
required

See our authentication documentation for how to authorize your requests

Headers

spacebring-network-id
string<uuid>

The id of the network. Required when using bearer token authentication

Query Parameters

customerRef
string<uuid>

UUID of the company or membership whose scheduled day pass transactions to list.

limit
integer

Maximum number of transactions per page. Defaults to 25 when omitted or invalid; values above 100 are capped at 100.

Required range: 1 <= x <= 100
nextPageToken
string

Token to retrieve the next page of results.

subscriptionRef
string<uuid>

UUID of the subscription whose scheduled day pass transactions to list.

Response

OK

scheduledTransactions
object[]
required

List of scheduled day pass transactions.

nextPageToken
string

Pagination token to fetch the next page of results. Returned when more results exist.

searchQueryNext
string

Query string with nextPageToken and the request filter to fetch the next page of results. Returned when more results exist.