Create an Item filter
Item Filters
Create An Item Filter
Filters are applied to properties of the field_coverage object of Items using the comparison operators below. You can also filter Items by their status property using the eq operator.
The name and ID of the new Item filter are returned in the response, which can be used as a query parameter when listing Items.
Comparison operators
eq — equals
gt — greater than
gte — greater than or equal to
lt — less than
lte — less than or equal to
POST
Create an Item filter
Authorizations
Username = api_key_id, Password = api_key_secret
Body
application/json
Name for the Item filter.
The set of filters, which can be applied when listing Items.