Returns all Artifacts

Returns all artifacts.

get

Returns all artifacts.

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

Last updated