Get a custom filter details
GET
/api/v1/accounts/{account_id}/custom_filters/{custom_filter_id}
Custom Filters
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/v1/accounts//custom_filters/'
Response Response Example
200 - Example 1
{
"id": 0,
"name": "string",
"type": "conversation",
"query": {},
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
}
Request
Path Params
account_id
stringÂ
required
custom_filter_id
stringÂ
required