- Home
- Staff Management
- Time Tracking
- Timesheets
- Schedules
- Commissions
- Sales Performance
- Payroll Management
- Checklists
Retrieve schedule details
GET
/schedules/{schedule_id}
Schedules
Request
Path Params
schedule_id
string
required
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/schedules/'
Responses
🟢200OK
application/json
Body
schedule_id
string
optional
location_id
string
optional
staff_id
string
optional
shift_start
string <date-time>
optional
shift_end
string <date-time>
optional
working_now
boolean
optional
Example:
true
Example
{
"schedule_id": "string",
"location_id": "string",
"staff_id": "string",
"shift_start": "2019-08-24T14:15:22Z",
"shift_end": "2019-08-24T14:15:22Z",
"working_now": true
}
🟠404Record Not Found
Modified at 2024-12-17 09:32:50