Search for certificates
Search for certificates using a certificate search query
Body
required
The certificate search query
query
string | null
A SCQL query to filter the certificates |
fields
array of string | null
The fields that must be present in the response |
sortedBy
array of objects | null (Sort By)
How to sort the results |
pageIndex
integer | null
Request the page at defined index |
pageSize
integer | null
The number of results per request |
withCount
boolean | null
Add the number of results to the search results |
Responses
-
200 The certificate search results
resultsarray of objects (Certificate Search Result) requiredThe list of certificates
pageIndexinteger requiredThe current page index
pageSizeinteger requiredThe current page size
hasMoreboolean requiredtrue while the page is not the last, else false
countinteger | nullThe total number of results. Only available if withCount was requested
-
400 Bad Request
-
401 Unauthorized request
-
403 Forbidden action
-
500 Internal Server error