Zoho Holiday List API

The HolidayList API from Zoho — 2 operation(s) for holidaylist.

Operations 4

GET /api/v1/holidayList List holiday lists #
POST /api/v1/holidayList Create holiday list #
GET /api/v1/holidayList/{holidayListId} Get holiday list #
PATCH /api/v1/holidayList/{holidayListId} Update holiday list #

Documentation

Specifications

Code Examples

Other Resources

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/zoho-holidaylist-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

zoho-holidaylist-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Helpcenter Holiday List API
  version: 1.0.0
tags:
- name: HolidayList
paths:
  /api/v1/holidayList:
    get:
      tags:
      - HolidayList
      summary: List holiday lists
      description: This API lists a particular number of holiday lists, based on the limit specified
      operationId: getHolidayLists
      parameters:
      - name: limit
        in: query
        description: Number of holiday lists to list
        required: false
        style: form
        explode: true
        schema:
          type:
          - string
          - 'null'
          - integer
          format: int32
          description: Number of holiday lists to list
          maximum: 50
          minimum: 1
          pattern: ([0-9]+)
      - name: from
        in: query
        description: Index number, starting from which the holiday lists must be listed
        required: false
        style: form
        explode: true
        schema:
          type:
          - string
          - 'null'
          - integer
          format: int32
          description: Index number, starting from which the holiday lists must be listed
          pattern: ([0-9]+)
      - name: status
        in: query
        description: Activation status of the holiday list. Values allowed are @ACTIVE@ and @INACTIVE@
        required: false
        style: form
        explode: true
        schema:
          type:
          - string
          - 'null'
          description: Activation status of the holiday list. Values allowed are @ACTIVE@ and @INACTIVE@
          enum:
          - ACTIVE
          - INACTIVE
          maxLength: 100
          minLength: 0
      - $ref: ./Common.json#/components/parameters/orgId
      responses:
        '200':
          $ref: '#/components/responses/holidayListLViewJSON'
      security:
      - iam-oauth2-schema:
        - Desk.settings.READ
      x-audience:
      - external-public
    post:
      tags:
      - HolidayList
      summary: Create holiday list
      description: This API creates a holiday list in your help desk portal
      operationId: createHolidayList
      parameters:
      - $ref: ./Common.json#/components/parameters/orgId
      requestBody:
        $ref: '#/components/requestBodies/createHolidayList_holidayListInputJSON'
      responses:
        '422':
          $ref: ./Common.json#/components/responses/invalidDataErrorResponse
        '201':
          $ref: '#/components/responses/holidaylistJson'
      security:
      - iam-oauth2-schema:
        - Desk.settings.CREATE
      x-audience:
      - external-public
  /api/v1/holidayList/{holidayListId}:
    get:
      tags:
      - HolidayList
      summary: Get holiday list
      description: This API fetches the details of a holiday list configured in your help desk portal
      operationId: getHolidayList
      parameters:
      - $ref: '#/components/parameters/holidayListId'
      - $ref: ./Common.json#/components/parameters/orgId
      responses:
        '422':
          $ref: ./Common.json#/components/responses/multipleUnprocessEntityResponse
        '200':
          $ref: '#/components/responses/holidaylistJson'
      security:
      - iam-oauth2-schema:
        - Desk.settings.READ
      x-audience:
      - external-public
    patch:
      tags:
      - HolidayList
      summary: Update holiday list
      description: This API updates the details of a holiday list configured in your help desk portal
      operationId: updateHolidayList
      parameters:
      - $ref: '#/components/parameters/holidayListId'
      - $ref: ./Common.json#/components/parameters/orgId
      requestBody:
        $ref: '#/components/requestBodies/holidayListInputJSON'
      responses:
        '422':
          $ref: ./Common.json#/components/responses/invalidDataErrorResponse
        '200':
          $ref: '#/components/responses/holidaylistJson'
      security:
      - iam-oauth2-schema:
        - Desk.settings.UPDATE
      x-audience:
      - external-public
components:
  responses:
    holidayListLViewJSON:
      description: holidayListLViewJSON template definitions
      content:
        application/json:
          schema:
            type:
            - 'null'
            - object
            additionalProperties: false
            properties:
              data:
                $ref: ./HolidayList.json#/components/schemas/holidayListDataArray
            required:
            - data
          examples:
            Valid responses Definitions:
              value:
                data:
                - modifiedTime: 1544438928772
                  associatedBusinessHours:
                  - businessHourStatus: ACTIVE
                    businessHourId: '4000000101003'
                    businessHourName: UK Day Shift
                  - businessHourStatus: ACTIVE
                    businessHourId: '4000000103001'
                    businessHourName: UK Night Shift
                  - businessHourStatus: ACTIVE
                    businessHourId: '4000000101005'
                    businessHourName: Indian Night Shift
                  createdBy: '4000000016079'
                  name: My Company Holidays
                  createdTime: 1544438928772
                  modifiedBy: '4000000016079'
                  id: '4000000191456'
                  status: ACTIVE
                - modifiedTime: 1544438136071
                  associatedBusinessHours: []
                  createdBy: '4000000016079'
                  name: My Holidays
                  createdTime: 1544438136071
                  modifiedBy: '4000000016079'
                  id: '4000000191337'
                  status: INACTIVE
                - modifiedTime: 1543935377481
                  associatedBusinessHours: []
                  createdBy: '4000000016079'
                  name: Overlapping Holidays
                  createdTime: 1543843650454
                  modifiedBy: '4000000016079'
                  id: '4000000117001'
                  status: INACTIVE
                - modifiedTime: 1543821414223
                  associatedBusinessHours:
                  - businessHourStatus: INACTIVE
                    businessHourId: '4000000101009'
                    businessHourName: Indian Shift
                  createdBy: '4000000016079'
                  name: General HolidayList
                  createdTime: 1543410293327
                  modifiedBy: '4000000016079'
                  id: '4000000105030'
                  status: ACTIVE
    holidaylistJson:
      description: holidaylistJson template definitions
      content:
        application/json:
          schema:
            additionalProperties: false
            allOf:
            - $ref: ./HolidayList.json#/components/schemas/holidayListJSON
            - type:
              - 'null'
              - object
              properties:
                holidays:
                  $ref: ./HolidayList.json#/components/schemas/holidayList
              required:
              - holidays
          examples:
            Valid responses Definitions:
              value:
                modifiedTime: 1544438213136
                associatedBusinessHours:
                - businessHourStatus: ACTIVE
                  businessHourId: '4000000101003'
                  businessHourName: UK Day Shift
                - businessHourStatus: ACTIVE
                  businessHourId: '4000000101005'
                  businessHourName: Indian Night Shift
                - businessHourStatus: ACTIVE
                  businessHourId: '4000000103001'
                  businessHourName: UK Night Shift
                holidays:
                - from: 02-20
                  to: 02-21
                  holidayName: Holiday1
                - from: 03-26
                  to: 03-26
                  holidayName: Holiday2
                - from: 12-24
                  to: 12-25
                  holidayName: Christmas Holidays
                createdBy: '4000000016079'
                name: My Company Holidays
                createdTime: 1544438213136
                modifiedBy: '4000000016079'
                id: '4000000191371'
                status: ACTIVE
  parameters:
    holidayListId:
      name: holidayListId
      in: path
      required: true
      style: simple
      explode: false
      schema:
        type:
        - string
        - 'null'
        - integer
        format: int64
        pattern: ([0-9]+)
  requestBodies:
    createHolidayList_holidayListInputJSON:
      content:
        application/json:
          schema:
            type:
            - 'null'
            - object
            additionalProperties: false
            properties:
              associatedBusinessHourIds:
                type:
                - 'null'
                - array
                items:
                  type:
                  - string
                  - 'null'
                  - integer
                  format: int64
                  pattern: ([0-9]+)
                uniqueItems: false
              holidays:
                $ref: ./HolidayList.json#/components/schemas/holidayList
              name:
                type:
                - string
                - 'null'
                maxLength: 100
                minLength: 1
                pattern: ([0-9a-zA-Z_\-\.\$@\?\,\:\'\/\!\P{InBasicLatin}\s])+
              status:
                type:
                - string
                - 'null'
                enum:
                - ACTIVE
                - INACTIVE
                maxLength: 100
                minLength: 0
            required:
            - holidays
            - name
            - status
          examples:
            Valid requestBody Definitions:
              value:
                associatedBusinessHourIds:
                - '4000000101003'
                - '4000000101005'
                - '4000000103001'
                holidays:
                - from: 02-20
                  to: 02-21
                  holidayName: Holiday1
                - from: 03-26
                  to: 03-26
                  holidayName: Holiday2
                - from: 12-24
                  to: 12-25
                  holidayName: Christmas Holidays
                name: My Company Holidays
                status: ACTIVE
    holidayListInputJSON:
      content:
        application/json:
          schema:
            type:
            - 'null'
            - object
            additionalProperties: false
            properties:
              associatedBusinessHourIds:
                type:
                - 'null'
                - array
                items:
                  type:
                  - string
                  - 'null'
                  - integer
                  format: int64
                  pattern: ([0-9]+)
                uniqueItems: false
              holidays:
                $ref: ./HolidayList.json#/components/schemas/holidayList
              name:
                type:
                - string
                - 'null'
                maxLength: 100
                minLength: 1
                pattern: ([0-9a-zA-Z_\-\.\$@\?\,\:\'\/\!\P{InBasicLatin}\s])+
              status:
                type:
                - string
                - 'null'
                enum:
                - ACTIVE
                - INACTIVE
                maxLength: 100
                minLength: 0
          examples:
            Valid requestBody Definitions:
              value:
                associatedBusinessHourIds:
                - '4000000101003'
                - '4000000103001'
                name: My Holidays
  securitySchemes:
    iam-oauth2-schema:
      $ref: ./Common.json#/components/securitySchemes/iam-oauth2-schema
x-entity: Helpcenter