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: |
.. 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: |
sortedColumnId | optional | string | Sort results by specified parameter. Allowed value: |
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. |