Authorization: Bearer ********************{
"skip": 0,
"take": 20,
"search": "",
"eventIds": [
0
],
"activityTypeIds": [
0
],
"appointmentIds": [
0
]
}curl --location --request POST 'https://api.gofive.co.th/v1/calendio/appointments/enquiry' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"skip": 0,
"take": 20,
"search": "",
"eventIds": [
0
],
"activityTypeIds": [
0
],
"appointmentIds": [
0
]
}'{
"status": {
"code": "1000",
"description": "Success"
},
"data": [
{
"appointmentId": 0,
"appointmentName": "string",
"eventId": 0,
"duration": 0,
"activityTypeId": 0,
"description": "string",
"bookingLink": "string",
"responsibleAssignmentType": 1,
"responsibleUserIds": [
"string"
],
"isAllowMultipleAttendees": true,
"maxAttendees": 0
}
]
}