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
GET /api/v1/artifacts HTTP/1.1
Host: 
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
[
  {
    "id": "text",
    "name": "text",
    "uuid": "text",
    "extention": "text",
    "type": "text"
  }
]

Last updated