Extend filterName and filterValue parameters

  • Thread starter Thread starter matman
  • Start date Start date
Status
Not open for further replies.
M

matman

Guest
Scenario: "Retrieve 5 websites of website owner 'Matt' from Rollbase using the REST API". We must use filterName and filterValue to select the website owner 'Matt' by his Id. ([relatedWebsiteOwner]=[websiteOwnerId]) filterName and filterValue are now occupied and will most likely always be occupied when using the getPage command. This means that it's no longer possible to select records using 'updatedAt' or any other field. I would really like to see this extended so it supports multiple filters (like $_GET arrays or other common ways of achieving such a thing). Extending this prevents the use of selectQuery by the API users and thus extra work to create a query generator.

Continue reading...
 
Status
Not open for further replies.
Back
Top