v1

latestOpenAPI 3.1.02026-07-26549156879.0 KB
TimePlanning > PlanningVersion

Reads all Planning versions

Reads all Planning versions

get/api/2026-07-01/resources/time_planning/planning_versions

Query parameters

employee_ids[]string[]

List of employee identifiers

List of employee identifiers

[
  "1",
  "2",
  "3"
]
for_shiftsboolean

Filter by shift management planning tool

Example:true

Filter by shift management planning tool

only_activeboolean required

Filter by active planning versions only

Filter by active planning versions only

planning_tool'shift_management' | 'work_schedule' | 'contract_hours'

Type of planning tool (shift_management, work_schedules, contract_hours)

Example:shift_management

Type of planning tool (shift_management, work_schedules, contract_hours)

schedule_ids[]string[]

List of work schedule identifiers to include

List of work schedule identifiers to include

[
  "1",
  "2",
  "3"
]

Response

OK

Example response

{
  "data": [
    {
      "id": "1",
      "effective_at": "2020-09-07",
      "planning_tool": "shift_management",
      "number_of_rest_days_in_cents": 200,
      "employee_id": "1",
      "work_schedule_schedule_id": "1"
    }
  ]
}