Quinyx Schedule Availability API

The Schedule Availability API from Quinyx — 3 operation(s) for schedule availability.

Operations 3

POST /v2/schedule-availability/v2 Create schedule availability #
GET /v2/schedule-availability/v2/groups/{groupId} Get schedule availability by group id #
GET /v2/schedule-availability/v2/employees/{employeeId} Get schedule availability by employee id #

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/quinyx-schedule-availability-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

quinyx-schedule-availability-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Quinyx Schedule Availability API
  version: v2
  x-service: absence-schedule
  description: null
servers:
- url: https://api.quinyx.com
  description: Production API
- url: https://api-rc.quinyx.com
  description: RC API
tags:
- name: Schedule Availability
  x-displayName: Schedule Availability
paths:
  /v2/schedule-availability/v2:
    post:
      tags:
      - Schedule Availability
      summary: Create schedule availability
      operationId: createScheduleAvailability
      requestBody:
        content:
          application/json:
            schema:
              type: array
              items:
                $ref: '#/components/schemas/schedule-availability_CreateScheduleAvailabilityInternalIdsModel'
        required: true
      responses:
        '200':
          description: OK
      x-audience: public
  /v2/schedule-availability/v2/groups/{groupId}:
    get:
      tags:
      - Schedule Availability
      summary: Get schedule availability by group id
      operationId: getScheduleAvailabilityByGroup
      parameters:
      - name: groupId
        in: path
        required: true
        schema:
          type: integer
          format: int32
      - name: start
        in: query
        required: true
        schema:
          type: string
          format: date-time
      - name: end
        in: query
        required: true
        schema:
          type: string
          format: date-time
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/schedule-availability_IntegrationInternalIdsScheduleAvailability'
      x-audience: public
  /v2/schedule-availability/v2/employees/{employeeId}:
    get:
      tags:
      - Schedule Availability
      summary: Get schedule availability by employee id
      operationId: getScheduleAvailabilityByEmployee
      parameters:
      - name: employeeId
        in: path
        required: true
        schema:
          type: integer
          format: int32
      - name: start
        in: query
        required: true
        schema:
          type: string
          format: date-time
      - name: end
        in: query
        required: true
        schema:
          type: string
          format: date-time
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/schedule-availability_IntegrationInternalIdsScheduleAvailability'
      x-audience: public
components:
  schemas:
    schedule-availability_IntegrationInternalIdsScheduleAvailability:
      type: object
      properties:
        startDateTime:
          type: string
          example: '2026-01-15T08:00:00'
        endDateTime:
          type: string
          example: '2026-01-15T17:00:00'
        employeeId:
          type: integer
          format: int64
          example: 12345
        unitGroupIds:
          type: array
          items:
            type: integer
            format: int32
        sectionGroupIds:
          type: array
          items:
            type: integer
            format: int32
    schedule-availability_CreateScheduleAvailabilityInternalIdsModel:
      type: object
      properties:
        startDateTime:
          type: string
          example: '2026-01-15T08:00:00'
        endDateTime:
          type: string
          example: '2026-01-15T17:00:00'
        employeeId:
          type: integer
          format: int64
          example: 12345
        groupId:
          type: integer
          format: int32
          example: 42
  securitySchemes:
    employee_OAuth2ClientCredentials:
      type: oauth2
      description: OAuth2 Client Credentials flow. See https://developer.quinyx.com/api/authentication
      flows:
        clientCredentials:
          tokenUrl: /oauth/v3/token
          scopes:
            hr:employees:create: ''
            hr:employees:delete: ''
            hr:employees:read: ''
            hr:employees:update: ''
    opening-hours_OAuth2ClientCredentials:
      type: oauth2
      description: OAuth2 Client Credentials flow. See https://developer.quinyx.com/api/authentication
      flows:
        clientCredentials:
          tokenUrl: /oauth/v3/token
          scopes: {}
    organisation_OAuth2ClientCredentials:
      type: oauth2
      description: OAuth2 Client Credentials flow. See https://developer.quinyx.com/api/authentication
      flows:
        clientCredentials:
          tokenUrl: /oauth/v3/token
          scopes:
            organization:groups:create: ''
            organization:groups:delete: ''
            organization:groups:read: ''
            organization:groups:update: ''
    rest-api-uaa_OAuth2ClientCredentials:
      type: oauth2
      description: OAuth2 Client Credentials flow. See https://developer.quinyx.com/api/authentication
      flows:
        clientCredentials:
          tokenUrl: /oauth/v3/token
          scopes: {}
    schedule-availability_OAuth2ClientCredentials:
      type: oauth2
      description: OAuth2 Client Credentials flow. See https://developer.quinyx.com/api/authentication
      flows:
        clientCredentials:
          tokenUrl: /oauth/v3/token
          scopes: {}
    schedule_OAuth2ClientCredentials:
      type: oauth2
      description: OAuth2 Client Credentials flow. See https://developer.quinyx.com/api/authentication
      flows:
        clientCredentials:
          tokenUrl: /oauth/v3/token
          scopes: {}
    statistics_OAuth2ClientCredentials:
      type: oauth2
      description: OAuth2 Client Credentials flow. See https://developer.quinyx.com/api/authentication
      flows:
        clientCredentials:
          tokenUrl: /oauth/v3/token
          scopes: {}