Skip to main content

List all actions

GET 
/auth/actions

Returns a list of actions. Results are paginated to improve retrieval peformance. The meta data indicates how many total records exist.

Request

Query Parameters

    category string

    Type of action to filter on.

    page[number] double

    Current page based on pagination settings.

    page[size] double

    Number of results to return per page based on pagination settings.

Responses

200: Successful response

401: Authentication error

403: Authorization error

422: Invalid parameters supplied in request. See HTTP response body for details.

Loading...