GET Single Estimate Appointment
Production
https://{{subdomain}}.daftra.com/api2
Production
https://{{subdomain}}.daftra.com/api2
GET
https://{{subdomain}}.daftra.com/api2
Estimate Appointments
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://.daftra.com/api2/estimate_appointments/' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer ' \
--header 'apikey: ' \
--header 'Content-Type: application/json'
Response Response Example
200 - Example 1
{
"code": 200,
"result": "successful",
"data": {
"EstimateAppointment": {
"id": 0,
"item_type": "CLIENT => 1",
"item_id": 0,
"staff_id": "if it is integer then this points to the staff who created the appointment",
"date": "2019-08-24T14:15:22Z",
"end_date": "2019-08-24T14:15:22Z",
"body": "string",
"action_id": 0,
"status": 0,
"status_date": "2019-08-24T14:15:22Z",
"post_id": 0,
"recurring_appointment_id": 0,
"created": "2019-08-24T14:15:22Z",
"modified": "2019-08-24T14:15:22Z",
"partner_type": "CLIENT => 1",
"partner_id": 0,
"share_with_partner": 0
}
},
"pagination": {
"prev": "/api2/clients/?page=1",
"next": "/api2/clients/?page=3",
"page": 2,
"page_count": 5,
"total_results": 98
}
}
Request
Path Params
id
stringÂ
required
format
stringÂ
required
Header Params
Accept
stringÂ
optional
Default:
application/json
Content-Type
stringÂ
optional
Default:
application/json
Authorization
stringÂ
optional
Default:
Bearer {{access_token}}
apikey
stringÂ
deprecated
Default:
{{apikey}}