Sensor filter
POST https://daas.digicert.com/apicontroller/v1/sensor/filter
Use this endpoint to get a list of sensors filter based on the selected filter criteria.
Example requests and responses
Request parameters
| Name | Req/Opt | Type | Description | 
|---|---|---|---|
| searchCriteriaList | optional | array | Filter results by specified values. For definitions, see the Filter options for searchCriteriaList table below. Example: searchCriteriaList:[
  {
    "key":"state",
    "operation":"EQUALS",
    "value":["ACTIVE"]
  }
] | 
| accountId | required | Account ID. | |
| divisionIds | required | array | User's division IDs. | 
| sortedColumnId | optional | string | Sort results by specified parameter. Allowed values:  Default:  | 
| sortOrder | optional | string | Sort direction. Allowed values:  Default:  | 
| filterSelected | required | string | The value to show in the results for each sensor that meets the search criteria. Allowed values:  | 
Response parameters
| Name | Type | Description | 
|---|---|---|
| error | object | Includes error codes, if any. | 
| data | object | Object with information about the filter results. | 
| .. filterObjects | object | Object container for filter configuration details. | 
| ..filterName | string | Specified filter  | 
| ..displayName | string | Friendly name of the filter key as it appears in the UI. | 
| ..values | array | List of sensors that meet the search criteria. The value shown for each sensor is the value set for the  | 
Filter options for searchCriteriaList
The array includes key, operation and value.
| Key | Operation | Value | 
|---|---|---|
| 
 | EQUALS | 
 | 
| 
 | EQUALS | 
 | 
| 
 | EQUALS | 
 |