Returns all Artifacts

Returns all artifacts.

get

Returns all artifacts.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
policyIdstringOptional

Policy identifier

pageIndexintegerOptional

The number of pages to skip before starting to collect the result set

Example: {"summary":"Example of a pageIndex","value":0}
pageSizeintegerOptional

The numbers of items to return

Example: {"summary":"Example of a pageSize","value":100}
Responses
200

Successful operation.

application/json
get
/artifacts

Last updated