GET
/
v2
/
schedules
/
{schedule_id}
/
rate_cards

Authorizations

Authorization
string
headerrequired

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

Path Parameters

schedule_id
string
required

Query Parameters

nextToken
string
pageSize
number
mode
string
required

Possible values:

  1. ACTIVE - Get the active rate card
  2. DRAFT - Get the draft rate card

Response

200 - application/json

Paginated response for rate card

data
object[]
required
nextToken
string