Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Current »

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:

  1. Company
  2. Contact
  3. Affiliation
  4. Prospect
  5. Milestone
  6. Activity
  7. Contract
  8. Issue
  9. Job
  10. Quote
  11. Staff
  12. Task

 

METHODENDPOINTDESCRIPTION
GET/filtersReturns an array of filters created by you or shared by other staff.
GET/:object_type/filtersReturns an array of filters for a specific object type, e.g. company, prospect, etc.
PUT/POST/filters/:idUpdates the saved filter entity by given id.
GET/filters/:id/runReturns an array of objects by running the filter with given id.
  • No labels