Returns all Artifacts
Returns all artifacts.
Authorizations
Query parameters
policyIdstringOptional
Policy identifier
pageIndexintegerOptionalExample:
The number of pages to skip before starting to collect the result set
{"summary":"Example of a pageIndex","value":0}
pageSizeintegerOptionalExample:
The numbers of items to return
{"summary":"Example of a pageSize","value":100}
Responses
200
Successful operation.
application/json
401
Unauthorized.
403
Forbidden.
500
Internal server error.
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