GLACE
Fetch Appointments
Fetch appointments in Glace
POSThttps://api.ontross.com/api/integrations/glace/fetch-appointments
Request Fields
input
object
requiredInput object.
input.date
string
requiredDate
input.doc_id
string
requiredDoc id
auth_id
string
requiredAuth id
Output Fields
appointments
array
List of appointments.
appointments[].appid
string
Appid
appointments[].account_no
string
Account no
appointments[].patientid
string
Patientid
appointments[].patientname
string
Patientname
appointments[].patientdob
string
Patientdob
appointments[].patientage
string
Patientage
appointments[].sex
string
Sex
appointments[].appdate
string
Appdate
appointments[].starttime
string
Starttime
appointments[].endtime
string
Endtime
appointments[].duration
string
Duration
appointments[].typename
string
Typename
appointments[].statusname
string
Statusname
appointments[].locationname
string
Locationname
appointments[].ownername
string
Ownername
appointments[].appnotes
string
Appnotes
appointments[].app_reason
string
App reason
appointments[].cancel_reason
string
Cancel reason
appointments[].homephone
string
Homephone
appointments[].workphone
string
Workphone
appointments[].patientcellno
string
Patientcellno
appointments[].bookedbyname
string
Bookedbyname
appointments[].bookedtime
string
Bookedtime
Code
curl --request POST \
--url https://api.ontross.com/api/integrations/glace/fetch-appointments \
--header 'X-API-Key: REPLACE_KEY_VALUE' \
--header 'content-type: application/json' \
--data '{"input":{"date":"2026-01-01","doc_id":"string_id"},"auth_id":"auth_uuid_here"}'Request BODY
{
"input": {
"date": "2026-01-01",
"doc_id": "string_id"
},
"auth_id": "auth_uuid_here"
}