Get Audit Events On Pagination Filter

get

/cloudapi/restapi/v3/audits/page/{page}/count/{size}

This end point returns all users audit events on pagination filter. Example request: GET /cloudapi/restapi/v3/audits/page/1/count/25

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

successful operation
Body ()
Root Schema : schema
Type: array
Show Source
Nested Schema : UserAuditEventRO
Type: object
Title: UserAuditEventRO
Audit event associated with a user management action.
Show Source

400 Response

Invalid input, Please re-check the input.
Back to Top