Find Webhook Audit Event
GET {{url}}/{{tenantName}}/admin/audit-webhook
NOTE: Available only if Admin Access -> Data Audit
is set.
It is a typical API to work with webhook audit
URL Structure: {{url}} / {{tenantName}} / admin /audit-webhook
in our example it would be: https://api.live.welkincloud.io/gh/admin/audit-webhook
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
eventEntity | null | Entity with which the webhook was called: CDT, ASSESSMENT | |
eventSubtype | null | Type of performing action | |
status | null | Webhook call status: SENT, DELIVERED, FAILED, | |
patientId | null | Id of the patient who the action was taken on | |
record | null | Object after performing the action on it | |
headers | null | List of headers with which the webhook is configured and was called | |
queryParameters | null | List of parameters with which the webhook is configured and was called | |
dateEnd | null | Date_time in ISO-8601 format. Filter by sentAt | |
dateStart | null | Date_time in ISO-8601 format. Filter by sentAt | |
instance | null | The environment for which you want to execute the request |