Skip to main content
GET
List group-class sessions.

Authorizations

x-api-key
string
header
required

Your workspace API key. It both authenticates the caller and selects the workspace.

Query Parameters

service
string

Filter to sessions of a single Service (its uuid).

staff
string

Filter to sessions hosted by a single staff member (its uuid).

status
string

Filter by status: scheduled, cancelled, or completed.

from
string<date-time>

Only sessions starting at or after this date/time (any parseable date).

to
string<date-time>

Only sessions starting at or before this date/time.

per_page
integer

Items per page (alias: limit). Default 25, max 100.

Response

A paginated list.

A paginated collection. per_page defaults to 25 and is capped at 100.

data
object[]
meta
object