Nedap Moves.Employee Planning API

The moves.EmployeePlanning API from Nedap — 4 operation(s) for moves.employeeplanning.

Operations 4

GET /t/employee_planning/employees/{employee_id}/planning Returns the Planning for the given Employee for the requested period #
GET /t/employee_planning/employees/{employee_id}/roster Returns the Roster for the given Employee for the requested period #
GET /v0/plannen_roosteren/employees/{employee_id}/planning Returns the Planning for the given Employee for the requested period #
GET /v0/plannen_roosteren/employees/{employee_id}/roster Returns the Roster for the given Employee for the requested period #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/nedap-moves-employeeplanning-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

nedap-moves-employeeplanning-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Nedap Moves.Employee Planning API
  version: 0.0.0
  description: 'Operations tagged moves.EmployeePlanning across 2 of this provider''s published API definitions: nedap-ons-deprecated-openapi-original.json, nedap-ons-openapi-original.json. Each path carries the servers of the definition it was published in.'
servers:
- url: https://api-development.ons.io
tags:
- name: moves.EmployeePlanning
paths:
  /t/employee_planning/employees/{employee_id}/planning:
    get:
      tags:
      - moves.EmployeePlanning
      summary: Returns the Planning for the given Employee for the requested period
      operationId: moves.EmployeePlanningAPI.planningByEmployeeId
      parameters:
      - name: employee_id
        in: path
        description: The {id} of the requested Employee
        required: true
        schema:
          type: integer
          format: int64
      - name: date
        in: query
        description: The start date of the period.
        required: true
        schema:
          type: string
          format: date
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/moves.EmployeePlanning'
      x-replaced-by: /v0/plannen_roosteren/employees/{employee_id}/planning
      deprecated: true
      x-deprecated-since: 19-11-2025
    servers:
    - url: https://api-development.ons.io
  /t/employee_planning/employees/{employee_id}/roster:
    get:
      tags:
      - moves.EmployeePlanning
      summary: Returns the Roster for the given Employee for the requested period
      operationId: moves.EmployeePlanningAPI.rosterByEmployeeId
      parameters:
      - name: employee_id
        in: path
        description: The {id} of the requested Employee
        required: true
        schema:
          type: integer
          format: int64
      - name: from
        in: query
        description: The start date of the period.
        required: true
        schema:
          type: string
          format: date
      - name: to
        in: query
        description: The end date of the period (exclusive).
        required: true
        schema:
          type: string
          format: date
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/moves.list.EmployeeRosterDayList'
      x-replaced-by: /v0/plannen_roosteren/employees/{employee_id}/roster
      deprecated: true
      x-deprecated-since: 19-11-2025
    servers:
    - url: https://api-development.ons.io
  /v0/plannen_roosteren/employees/{employee_id}/planning:
    get:
      tags:
      - moves.EmployeePlanning
      summary: Returns the Planning for the given Employee for the requested period
      operationId: moves.EmployeePlanningAPI.planningByEmployeeId
      parameters:
      - name: employee_id
        in: path
        description: The {id} of the requested Employee
        required: true
        schema:
          type: integer
          format: int64
      - name: date
        in: query
        description: The start date of the period.
        required: true
        schema:
          type: string
          format: date
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/moves.EmployeePlanning'
      x-replacement-for:
      - /t/employee_planning/employees/{employee_id}/planning
    servers:
    - url: https://api-development.ons.io
  /v0/plannen_roosteren/employees/{employee_id}/roster:
    get:
      tags:
      - moves.EmployeePlanning
      summary: Returns the Roster for the given Employee for the requested period
      operationId: moves.EmployeePlanningAPI.rosterByEmployeeId
      parameters:
      - name: employee_id
        in: path
        description: The {id} of the requested Employee
        required: true
        schema:
          type: integer
          format: int64
      - name: from
        in: query
        description: The start date of the period.
        required: true
        schema:
          type: string
          format: date
      - name: to
        in: query
        description: The end date of the period (exclusive).
        required: true
        schema:
          type: string
          format: date
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/moves.list.EmployeeRosterDayList'
      x-replacement-for:
      - /t/employee_planning/employees/{employee_id}/roster
    servers:
    - url: https://api-development.ons.io
components:
  schemas:
    moves.list.EmployeeRosterDayList:
      type: object
      properties:
        employeeRosterDays:
          type: array
          items:
            $ref: '#/components/schemas/moves.EmployeeRosterDay'
      description: Employee roster day list
      example:
        employeeRosterDays:
        - date: '2023-11-25'
          availabilities:
          - startTime: '2023-11-25T07:00:00.000+01:00'
            stopTime: '2023-11-25T11:00:00.000+01:00'
            name: Hallo
          shiftAssignments:
          - startTime: '2023-11-25T07:00:00.000+01:00'
            stopTime: '2023-11-25T11:00:00.000+01:00'
            name: Ochtenddienst 4
    moves.EmployeeRosterDay:
      type: object
      properties:
        date:
          type: string
          format: date
        availabilities:
          type: array
          items:
            $ref: '#/components/schemas/moves.EmployeeRosterDayAvailability'
        shiftAssignments:
          type: array
          items:
            $ref: '#/components/schemas/moves.EmployeeRosterDayShiftAssignment'
      description: Employee roster
      example:
        date: '2023-11-25'
        availabilities:
        - startTime: '2023-11-25T07:00:00.000+01:00'
          stopTime: '2023-11-25T11:00:00.000+01:00'
          name: Hallo
        shiftAssignments:
        - startTime: '2023-11-25T07:00:00.000+01:00'
          stopTime: '2023-11-25T11:00:00.000+01:00'
          name: Ochtenddienst 4
    moves.EmployeePlanningPlanCard:
      type: object
      properties:
        startsAt:
          type: string
          format: date-time
        duration:
          type: integer
          format: int64
        description:
          type: string
      description: Part of the employee planning
      example:
        startsAt: '2023-11-24T16:39:00.000+01:00'
        duration: 1337
        description: (O4) Ochtenddienst 4
    moves.EmployeeRosterDayShiftAssignment:
      type: object
      properties:
        startTime:
          type: string
          format: date-time
        stopTime:
          type: string
          format: date-time
        name:
          type: string
      description: Employee roster shift assignment
      example:
        startTime: '2023-11-25T07:00:00.000+01:00'
        stopTime: '2023-11-25T11:00:00.000+01:00'
        name: Ochtenddienst 4
    moves.EmployeeRosterDayAvailability:
      type: object
      properties:
        startTime:
          type: string
          format: date-time
        stopTime:
          type: string
          format: date-time
        name:
          type: string
      description: Employee roster availability
      example:
        startTime: '2023-11-25T07:00:00.000+01:00'
        stopTime: '2023-11-25T11:00:00.000+01:00'
        name: Hallo
    moves.EmployeePlanningEventGroup:
      type: object
      properties:
        startsAt:
          type: string
          format: date-time
        duration:
          type: integer
          format: int64
        client:
          $ref: '#/components/schemas/moves.EmployeePlanningClient'
        notes:
          type: array
          items:
            type: string
        planCards:
          type: array
          items:
            $ref: '#/components/schemas/moves.EmployeePlanningPlanCard'
      description: Part of the employee planning
      example:
        startsAt: '2023-11-24T13:29:00.000+01:00'
        duration: 1234
        client:
          externalId: 123
          identificationNo: abc123
          name: Koning, F.C.
          address: Groeneweg 25, Groenlo
          gender: M
        notes:
        - sleutel onder de mat
        planCards:
        - startsAt: '2023-11-24T16:39:00.000+01:00'
          duration: 1337
          description: (O4) Ochtenddienst 4
    moves.EmployeePlanning:
      type: object
      properties:
        eventGroups:
          type: array
          items:
            $ref: '#/components/schemas/moves.EmployeePlanningEventGroup'
      description: The employee planning
      example:
        eventGroups:
        - startsAt: '2023-11-24T13:29:00.000+01:00'
          duration: 1234
          client:
            externalId: 123
            identificationNo: abc123
            name: Koning, F.C.
            address: Groeneweg 25, Groenlo
            gender: M
          notes:
          - sleutel onder de mat
          planCards:
          - startsAt: '2023-11-24T16:39:00.000+01:00'
            duration: 1337
            description: (O4) Ochtenddienst 4
    moves.EmployeePlanningClient:
      type: object
      properties:
        externalId:
          type: integer
          format: int64
        identificationNo:
          type: string
        name:
          type: string
        address:
          type: string
        gender:
          type: string
      description: Part of the employee planning
      example:
        externalId: 123
        identificationNo: abc123
        name: Koning, F.C.
        address: Groeneweg 25, Groenlo
        gender: M
x-refined-from:
- nedap-ons-deprecated-openapi-original.json
- nedap-ons-openapi-original.json