View appointmentsAsk AIget https://nexhealth.info/appointmentsView appointmentsQuery ParamssubdomainstringrequiredUsed to scope the request to the specified institutionlocation_idint32Used to scope the request to the specified locationsortstringDefaults to nullOptional comma-separated string of fields to sort on. Include a leading dash for descending order. Available fields: updated_at -updated_at startdate-timerequiredA parseable date string defining the earliest returned records. Recommended format is YYYY-MM-DDThh:mm:ss+0000enddate-timerequiredA parseable date string defining the last returned records. Recommended format is YYYY-MM-DDThh:mm:ss+0000timezonestringTimezone for the appointment cliniccancelledbooleanIs appointment cancelledtruefalseunavailablebooleanUnavailable appointments are used to block availability on a schedule, specify to set the filtertruefalsenex_onlybooleanOnly show appointments booked via NexHealth APItruefalseupdated_sincedate-timeQuery appointments whose records have updated since the specified datetime in ISO8601 format. Must be a parseable date/time, recommended formats are YYYY-MM-DD or YYYY-MM-DDT00:00:00+0000appointment_type_idint32Get appointments for a specific appointment typeforeign_idstringUnique appointment id from the EMRpatient_ids[]array of int32sGet appointments for specific patientspatient_ids[]ADD int32provider_ids[]array of int32sQuery appointments that are booked with the specified providers onlyprovider_ids[]ADD int32operatory_ids[]array of int32sQuery appointments that are booked in the specified operatories onlyoperatory_ids[]ADD int32created_byint32Query appointments that were created by a specific userstart_cursorstringFirst item of the current page. Starts emptyend_cursorstringLast item of the current page. Starts emptyper_pageint32Defaults to 5Number of results to return per page. Maximum allowed amount is 1000.HeadersNex-Api-VersionstringrequiredDefaults to v20240412The NexHealth API versionResponses 200Successful 400Bad Request 401Unauthorized 403Forbidden 404Not Found 500Internal Server ErrorUpdated 6 months ago