Hi, I'm new to the Anaplan platform and I'm working on Transactional APIs to consume data from a model and view.
I'm using the API collection from the docs and the following endpoint to get data - {{int_v2_base_url}}/2/0/models/{{modelId}}/views/{{viewId}}/data?format=v1
I'm not able to find any examples online on how can I query/filter the data via the api so that I don't get all of the data back from view but only the ones that I need.
One example is where I have different shops with unique code and I'd like to get data from the view for a particular shop or shops that matches the query criteria in the request.
Any help will be much appreciated.