- Home
- Staff Management
- Time Tracking
- Timesheets
- Schedules
- Commissions
- Sales Performance
- Payroll Management
- Checklists
Retrieve schedules
GET
/schedules
Schedules
Request
Query Params
location_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?location_id'
Responses
🟢200OK
application/json
Body
array of:
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
}
]
🟠400Bad Request
🔴500Server Error
Modified at 2024-12-17 09:32:50