---
title: "Get available multi appointments."
method: POST
path: "/{group}/api/v{version}/appointment/searchappointments"
tags: ["appointment"]
---

# Get available multi appointments.

`POST /{group}/api/v{version}/appointment/searchappointments`

Sample request:

    {
        "AppointmentID": "",
        "BusinessID": "237677",
        "ServiceIDs": "16446543",
        "ServiceProviderIDs": "74635560",
        "AppointmentDate": "2020-05-06",
        "StyleID": null,
        "IsPublic": false,
        "IsOutcallAppointment": false,
        "CurrencySymbol": "$",
        "IsFromWidgetPage": 0,
        "IsFromShopAdmin": true,
        "IsMoveBack": false,
        "BusinessPackageID": "0",
        "PromotionID": 0
    }

## Path parameters

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

## Request body

- VagaroMerchantModelSearchAppointmentsRequest
  - `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
  - `appointmentID` string
  - `serviceIDs` string
  - `serviceProviderIDs` string
  - `appointmentDate` string
  - `styleID` integer
  - `isPublic` boolean
  - `isOutcallAppointment` boolean
  - `isFromWidgetPage` integer
  - `isFromShopAdmin` boolean
  - `isMoveBack` boolean
  - `businessPackageID` string
  - `promotionID` integer
  - `isRebook` boolean

## Response `200`

Success

## Other responses

- `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)
