Skip to main content

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: cn, org, status, serialNum, securityRating, ca

.. operation

optional

string

Filter operation.

Allowed value: STARTS_WITH

.. value

optional

array

Filter values.

accountId

required

string

Account ID.

divisionIds

optional

array

Division IDs.

startIndex

optional

int

Start at the specified index.

Default: 1

pageSize

optional

int

Number of records per page.

Default: 50,

Max: 100

filterSelected

required

string

Data type you want to retrieve.

Allowed values: cn, org, status, serialNumber, securityRating, ca

sortOrder

optional

string

Sort direction.

Allowed values: ASC (ascending: 0-9, A-Z), DESC (descending: 9-0, Z-A)

Default: ASC

Response parameters

Name

Type

Description

data

object

Container.

.. filterName

string

Specified filter ID.

.. displayName

string

Friendly filter name.

.. values

array

Matching results.