Filter
Subscriptions
Filter
Returns a list of subscriptions matching the supplied rule tree.
POST
Filter
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
A rule tree describing how to filter records. May be a single rule_condition or a rule_group combining multiple conditions and nested groups with and / or. The valid attribute_name and operator_label values for each resource come from the corresponding GET /v1/<resource>/filter_schema endpoint.
- Option 1
- Option 2
Example:
{ "type": "group" }