I have a Parse.com class setup with data as in the attached screen shot.
In my Tiggzi project (http://tiggzi.com/preview/b206b274-c7...) i have managed to setup a REST service as a 'get' method to retrieve all the records.
I want to be able to retrieve records by filtering on the 'type' column e.g. where type='a'.
I have tried setting the REST service to be a 'post' method and adding the 'type' as a Request Parameter with it's default value set to 'a' but that still returns all the records.
Please can you tell me how I may do this in the Tiggzi builder?