GET
/
api
/
v1
/
pki
/
collections
/
{collectionId}
/
items

Path Parameters

collectionId
string
required

The ID of the PKI collection to list items from.

Query Parameters

type
enum<string>

The type of the PKI collection item to list.

Available options:
certificate,
ca
offset
number
default: 0

The offset to start from.

Required range: 0 < x < 100
limit
number
default: 25

The number of items to return.

Required range: 1 < x < 100

Response

200 - application/json
collectionItems
object[]
required
totalCount
number
required