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. MilestoneMilestones
  6. ActivityActivities
  7. ContractContracts
  8. IssueIssues
  9. JobJobs
  10. QuoteQuotes
  11. Staff
  12. 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.