Certificate Collections
Retrieve
Get items in PKI collection
GET
/
api
/
v1
/
pki
/
collections
/
{collectionId}
/
items
Path Parameters
collectionId
string
requiredThe 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: 0The offset to start from.
Required range:
0 < x < 100
limit
number
default: 25The number of items to return.
Required range:
1 < x < 100
Response
200 - application/json
collectionItems
object[]
requiredtotalCount
number
requiredWas this page helpful?