API ReferenceSchedule groups

Get schedule group

Get a single schedule group by ID.

GET
/v1/schedule_groups/{schedule_group_id}

Authorization

authorization
AuthorizationBearer <token>

In: header

Path Parameters

schedule_group_id*string

Schedule group ID

Match^sgrp_\w{12}$

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/v1/schedule_groups/string"
{  "data": {    "id": "sgrp_a1b2c3d4e5f6",    "name": "Orientations",    "object": "schedule_group"  }}