Appearance
Preview upcoming slots
Returns the next N upcoming queue slot times for a profile as ISO datetime strings.
GET /v1/queue/preview
Returns the next N upcoming queue slot times for a profile as ISO datetime strings.
Parameters
profileId(query, string) requiredqueueId(query, string) — Filter by specific queue ID. Omit to use the default queue.count(query, integer)
Responses
200 — Queue slots preview
profileId(string)count(integer)slots(array)
400 — Invalid parameters
401
404 — Profile or queue schedule not found