List certificate filter values
POST https://daas.digicert.com/apicontroller/v1/certificate/filter
Get all known values for certificate attributes found through CertCentral Discovery scans. For example, get all common names found through Discovery scans or get the certificate statuses currently applicable in your environment.
Known values allow you to populate valid information for end users to choose, instead of users needing to know exact or valid values beforehand.
Example requests and responses
Request parameters
Name | Req/Opt | Type | Description |
---|---|---|---|
searchCriteriaList | optional | array | Filter results by specified values. |
.. key | optional | string | Filter parameter. Allowed values: |
.. operation | optional | string | Filter operation. Allowed value: |
.. value | optional | array | Filter values. |
accountId | required | string | Account ID. |
divisionIds | optional | array | Division IDs. |
startIndex | optional | int | Start at the specified index. Default: |
pageSize | optional | int | Number of records per page. Default: Max: |
filterSelected | required | string | Data type you want to retrieve. Allowed values: |
sortOrder | optional | string | Sort direction. Allowed values: Default: |
Response parameters
Name | Type | Description |
---|---|---|
data | object | Container. |
.. filterName | string | Specified filter ID. |
.. displayName | string | Friendly filter name. |
.. values | array | Matching results. |