Get appointment by ID

Returns the appointment with the specified id

 
 
 
-image-png-Mar-22-2024-01-25-37-4158-PM /appointments/{appointment_id}

https://api.oauth.pabau.com/{api_key}/appointments/{appointment_id}

 

Request

Query Parameters:  
api_key *  
appointment_id * System ID of the appointment

 

 

Response sample

application/json

{
  "total": 1,
  "appointments": {
  "customer_name": "Dummy Pabau",
  "Mobile": "+441234123456",
    "id": "95926663",
    "service": "Service 2",
    "user_id": "124126",
  "staff_name": "Dummy Staff",
    "start_date": "2024-04-01",
    "start_time": "14:15:00",
    "end_date": "20240401151500",
    "appointment_status": "Waiting",
    "color": "violet",
    "service_id": "3016806",
    "notes": "",
  "customer_id": "34198908",
"location_id": 12345
  },
  "success": true
}