Appointmets
GET
https://apigw.paziresh24.com/core-booking/v1/appointments
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://apigw.paziresh24.com/core-booking/v1/appointments?page&limit&start_time&end_time'
Response Response Example
[
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"start_time": "2019-08-24T14:15:22Z",
"end_time": "2019-08-24T14:15:22Z",
"description": "string",
"attendee": {
"name": "string",
"family": "string",
"national_code": "string",
"cell": "string"
},
"setter_id": 0,
"user_id": 0,
"provider_id": "fe3d49af-4061-436b-ae60-f7044f252a44",
"center_id": "fa11ab6f-1ec7-40d5-8635-c1fc884d5bda",
"service_id": "641e839f-864e-4cce-98f9-40f6cbb3e9e0",
"status": "not-show",
"is_canceled": true,
"type": "string",
"reference_code": "string"
}
]
Request
Query Params
page
integer
optional
limit
integer
optional
start_time
string <date-time>
optional
end_time
string <date-time>
optional