Versions Compared

Key

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

StatuscolourYellowtitleUNDER DEVELOPMENT 

The following endpoint can be used to retrieve an array of saved filters saved by current user or are shared by other staff.

...

Where object_type describe the object type you wish to get the saved filters for. 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

Parameters

Table of allowed parameters.

...

idunsigned intThe saved filter id.
titlestringThe title for saved fitler
object_typestringThe object type for saved filters, e.g. companycompanies, contactcontacts, etc.
staff_idunsigned intThe staff id who created the filter.
sharedstring'yes' or 'no' indicates whether this filter is a private or a shared filter.
staffobjectThe staff object data.

...