I was expecting this to be easy but…
I have a GET COLLECTION from Backendless and I want to filter it for one of the fields/objects, which is ownerId. Have tried two methods…
Query Parameter - I have the below two screen shots;
The above is not working…
URL Placeholder - am testing the URL with the aim of putting in a placeholder, so I have this: …/data/UserWorkouts?ownerId=lisa@lisa.com. I would ultimately replace lisa@lisa.com with {} and link the placeholder to a page variable…but the above URL does not filter the collection by that ownerId when I test.
Help appreciated!?