Get One Track
Tracks
Get One Track
Retrieves a single session track by its ID, including the track name, color, and description.
GET
Get One Track
Authorizations
OAuth 2.0 bearer token obtained from POST /oauth2/token. Tokens expire after 30 minutes. Include in the Authorization header as Bearer {access_token}.
Path Parameters
integer - required - The ID of the track you want to get
Example:
1
Query Parameters
string - optional - Comma separated list of fields you want to return
Example:
"id,name,color,created_by,created_at,updated_at,updated_by"
string - optional - Comma separated list of objects you want to return
Example:
""
Response
Get Track