Quinyx Forecast Event Effects API

The Forecast Event Effects API from Quinyx — 1 operation(s) for forecast event effects.

Operations 1

POST /v2/forecast-calculation/customer/{customerId}/events Calculate event effects for a customer #

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-forecast-event-effects-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-forecast-event-effects-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Quinyx Forecast Event Effects 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: Forecast Event Effects
  x-displayName: Forecast Event Effects
paths:
  /v2/forecast-calculation/customer/{customerId}/events:
    post:
      tags:
      - Forecast Event Effects
      summary: Calculate event effects for a customer
      operationId: getEvents
      parameters:
      - name: customerId
        in: path
        required: true
        schema:
          type: integer
          format: int32
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/forecast-calculation_CalculateEventEffectsRequest'
        required: true
      responses:
        '200':
          description: OK
          content:
            '*/*':
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/forecast-calculation_Event'
      x-audience: public
components:
  schemas:
    forecast-calculation_EventEffect:
      type: object
      properties:
        id:
          type: string
          example: eff-7f3c2a1b
        eventId:
          type: string
          example: evt-7f3c2a1b
        forecastConfigurationId:
          type: integer
          format: int32
          example: 1
        type:
          type: string
          example: RELATIVE
        value:
          type: number
          format: double
          example: 1.25
    forecast-calculation_CalculateEventEffectsRequest:
      type: object
      properties:
        startTime:
          type: string
          format: date-time
          example: '2024-01-15T08:00:00Z'
        endTime:
          type: string
          format: date-time
          example: '2024-01-15T18:00:00Z'
        externalConfigurationId:
          type: string
          example: config-123
          minLength: 1
        externalVariableId:
          type: string
          example: var-456
          minLength: 1
        externalUnitId:
          type: string
          example: unit-789
          minLength: 1
        externalSectionId:
          type: string
          example: section-001
      required:
      - endTime
      - externalConfigurationId
      - externalUnitId
      - externalVariableId
      - startTime
    forecast-calculation_Event:
      type: object
      properties:
        id:
          type: string
          example: evt-7f3c2a1b
        startTime:
          type: string
          format: date-time
          example: '2024-01-15T08:00:00Z'
        endTime:
          type: string
          format: date-time
          example: '2024-01-15T18:00:00Z'
        eventCategoryId:
          type: string
          example: cat-001
        groupId:
          type: integer
          format: int32
          example: 42
        eventEffects:
          type: array
          items:
            $ref: '#/components/schemas/forecast-calculation_EventEffect'
        comment:
          type: string
          example: Marketing campaign launch
        active:
          type: boolean
          example: true
        hierarchyEnabled:
          type: boolean
          example: false
  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: {}