Queue
Get queue schedule
Retrieve the queue schedule rules for a social set.
Required permission: READ access to this social set.
Behavior:
- If the schedule row does not exist yet, it is created with defaults.
get/v2/social-sets/{social_set_id}/queue/schedule
Path parameters
social_set_idinteger required
Response
Queue schedule rules for this social set.
Example response
{
"social_set_id": 123,
"timezone": "America/New_York",
"rules": [
{
"days": [
"mon",
"tue",
"wed",
"thu",
"fri"
]
}
]
}