Get Schedule Tracks
Path Parameters
- Type: string Format: uuididrequired
Responses
- application/json
- application/json
- application/json
- application/json
- application/json
Request Example for get/schedule_tracks/{id}
curl https://app.healthtasks.ai/api/v1/schedule_tracks/123e4567-e89b-12d3-a456-426614174000 \
--header 'x-healthtasks-api-key: YOUR_SECRET_TOKEN'
{
"data": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"classroom_id": "123e4567-e89b-12d3-a456-426614174000",
"label": "string",
"sort_order": 1,
"created_at": "2026-07-09T15:48:22.912Z",
"updated_at": "2026-07-09T15:48:22.912Z",
"classroom": {}
}
}