Retrieve an Item filter
Item Filters
Retrieve An Item Filter
Retrieves an Item filter.
GET
Retrieve an Item filter
Authorizations
Username = api_key_id, Password = api_key_secret
Path Parameters
ID of the Item filter to be retrieved.
Response
200 - application/json
The ID of the item filter.
Example:
"087394d4-83b5-4722-8c5e-0235362c12f5"
The name of the item filter.
Example:
"Key paystub fields supported"
The filters applied to this item filter.
Example:
{
"status": { "eq": "healthy" },
"field_coverage": {
"paystubs": {
"gross_pay": { "supported": { "eq": true } },
"paystub_date": { "supported": { "eq": true } }
}
}
}