Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Updated page to reflect plural naming and expenses not contacts

Status
colourYellow
titleUnder 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. CompanyCompanies
  2. ContactExpenses
  3. AffiliationAffiliations
  4. ProspectProspects
  5. IssueMilestones
  6. MilestoneActivities
  7. ActivityContracts
  8. ContractIssues
  9. IssueJobs
  10. JobQuotes
  11. Quote
  12. Staff
  13. TaskTasks

 

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. companycompanies, prospectprospects, 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.