Skip to main content
GET
List One-Time Windows

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

team_id
string
required

Query Parameters

kind
enum<string> | null

TimeWindowKind is the role of a one-time window (see OneTimeWindow).

Available options:
TIME_WINDOW_KIND_UNSPECIFIED,
TIME_WINDOW_KIND_HOLIDAY,
TIME_WINDOW_KIND_BLACKOUT,
TIME_WINDOW_KIND_OTHER
pageSize
integer<int32>
pageToken
string

Response

200 - application/json

Success

data
OneTimeWindow · object[]
nextPageToken
string | null