Appointment history

Get appointment history log

get

Retrieves the history log for appointments based on the provided filter

Authorizations
AuthorizationstringRequired

Enter your Bearer token

organization_codestringRequired

Enter your organization code

Query parameters
serviceProviderIdstringOptional

ID of the service provider

Example: 12345
serviceProviderInternalIdintegerOptional

Internal ID of the service provider

Example: 1
patientNamestringOptional

Name of the patient

Example: John Doe
actionstringOptional

Action performed

Example: CREATE
startDateTimeone ofOptional

Start date and time of the audit

Default: 2025-12-15T15:08:19.080ZExample: 2023-01-01T00:00:00.000Z
string · dateOptional
or
string · date-timeOptional
endDateTimeone ofOptional

End date and time of the audit

Default: 2025-12-15T15:08:19.080ZExample: 2023-12-31T23:59:59.999Z
string · dateOptional
or
string · date-timeOptional
startDateone ofOptional

Start date of the audit

Default: 2025-12-15T15:08:19.080ZExample: 2023-01-01
string · dateOptional
or
string · date-timeOptional
endDateone ofOptional

End date of the audit

Default: 2025-12-15T15:08:19.080ZExample: 2023-12-31T23:59:59.999Z
string · dateOptional
or
string · date-timeOptional
pageNumberintegerOptional

Page number for pagination

Default: 1Example: 1
pageSizeintegerOptional

Page size for pagination

Default: 10Example: 10
populationTagsinteger[]Optional

List of population tags to filter the audit

Default: []Example: [1,2,3]
Responses
200Success
application/json
get
/api/audit/appointment-history
200Success