---
title: "Get Calender Working Hours (With Custom Working Hours) or Business Working Hours"
method: POST
path: "/{group}/api/v{version}/calendar/getcalendarworkinghours"
tags: ["calendar"]
---

# Get Calender Working Hours (With Custom Working Hours) or Business Working Hours

`POST /{group}/api/v{version}/calendar/getcalendarworkinghours`

Sample request:

    {
        "CalendarIds": "2952,-10",
        "FromDate": "2020-03-01",
        "ToDate": "2020-03-07",
        "BusinessID": 122993,
        "IsCustom" : false
    }

## Path parameters

- `group` string, required
- `version` string, required

## Request body

- VagaroMerchantModelGetCalendarWorkingHoursRequest
  - `businessID` integer
  - `loginUserID` integer
  - `device` string
  - `version` string
  - `pageIndex` integer
  - `pageSize` integer
  - `deviceID` string
  - `osVersion` string
  - `groupId` string
  - `isGroupWiseCall` boolean
  - `isReadOnly` boolean
  - `clientId` string
  - `clientSecret` string
  - `vbi` string
  - `vui` string
  - `strLoginUserId` string
  - `strBusinessId` string
  - `enc_BusinessID` string
  - `enc_LoginUserID` string
  - `calendarIds` string
  - `fromDate` string
  - `toDate` string
  - `isCustom` boolean
  - `enc_CalendarIds` string

## Other responses

- `1000` — Success
- `1001` — Internal Server Error

---

[API](https://skmtc.net/vagaro/apis/vagaro-api.md) · [All operations](https://skmtc.net/vagaro/apis/vagaro-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vagaro/vagaro-api/revisions/3e3de23c5a6a/schema)
