---
title: "Get Appointment Detail"
method: POST
path: "/{group}/api/v{version}/appointment/getappointmentdetail"
tags: ["appointment"]
---

# Get Appointment Detail

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

Sample request:
            
    {
        "AppointmentId": 2993910,
        "EventType": 1,
        "RuleID": 0,
        "SelectedDate": "",
        "IsReccuring": false,
        "IsPersonalOff": false,
        "IsWaitList": false
    }

## Path parameters

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

## Request body

- VagaroMerchantModelAppDetailRequest
  - `businessID` unknown
  - `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` integer, required
  - `eventType` integer
  - `ruleID` integer
  - `selectedDate` string
  - `isReccuring` boolean
  - `isAllowDeposit` boolean
  - `isRequireNotesAndFiles` boolean
  - `isPTO` boolean
  - `enc_AppointmentId` string
  - `enc_RuleID` string

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