Skip to main content

List endpoint filter values

POST https://daas.digicert.com/apicontroller/v1/reports/filter

Get all known values for server attributes found through CertCentral Discovery scans. For example, get all scan names that performed scans or get IP addresses found through Discovery scans.

Known values allow you to populate valid information for end users to choose, instead of users needing to know exact 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, serialNumber, ip, port, scanName, serverSecurity, isCertPresent

.. 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, serialNumber, ip, port, scanName, serverSecurity, isCertPresent

sortedColumnId

optional

string

Sort results by specified parameter.

Allowed value: isCertPresent

sortOrder

optional

string

Sort direction.

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

Default: DESC

Response parameters

Name

Type

Description

data

object

Container.

.. filterName

string

Specified filter ID.

.. displayName

string

Friendly filter name.

.. values

array

Matching results.