User Audit Events (v3) REST Endpoints
User Audit Events (v3)
- Get All Users Audit Events
- Method: getPath:
/cloudapi/restapi/v3/audits
- Get Audit Events On Date Filter
- Method: getPath:
/cloudapi/restapi/v3/audits/from/{startDate}/to/{endDate}
- Get Audit Events On Pagination Filter
- Method: getPath:
/cloudapi/restapi/v3/audits/page/{page}/count/{size}
- Get Users Specific Audit Events
- Method: getPath:
/cloudapi/restapi/v3/audits/userEmail/{grantor}