UNDER DEVELOPMENT
The following endpoints can be used to access and manipulate saved filters Saved filters are filters which you saved or are shared by other staff when filtering object list.
We currently support the following object types:
METHOD | ENDPOINT | DESCRIPTION |
---|---|---|
GET | /filters | Returns an array of filters created by you or shared by other staff. |
GET | /:object_type/filters | Returns an array of filters for a specific object type, e.g. company, prospect, etc. |
PUT/POST | /filters/:id | Updates the saved filter entity by given id. |
GET | /filters/:id/run | Returns an array of objects by running the filter with given id. |