Data Audit Find All
GET {{url}}/{{tenantName}}/admin/audit-data
NOTE: Available only if Admin Access -> Data Audit
is set.
Find data audit event
It is a typical API to work with data audit
URL Structure: {{url}} / {{tenantName}} / admin /audit-data
in our example it would be: https://api.live.welkincloud.io/gh/admin/audit-data
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
cdtName | string | Cdt name | |
subjectUsername | string | Username of a person performing the action | |
instance | string | Instance name | |
patientFullName | string | Full name of the patient who the action was taken on | |
dateStart | string | Date_time in ISO-8601 format Filter by sentAt. | |
dateEnd | string | Date_time in ISO-8601 format Filter by sentAt. | |
entity | string | Type of the entity: CDT, PATIENT | |
subjectFullName | string | Full name of the person performing the action | |
includeFormation | boolean | Include cdt formation | |
subjectUserId | null | Id of a person performing the action | |
subjectActor | null | Client type of the person performing the action: API_CLIENT, PATIENT, CS_TOOL_CLIENT, USER | |
patientId | null | Id of the patient who the action was taken on | |
sentAt | null | Date_time in ISO-8601 format. When action happens | |
cdt | null | Object describe all fields with types | |
operation | null | Type of action operation: CREATE, UPDATE, DELETE | |
record | null | Object after performing the action on it |