Discussions

Ask a Question
Back to All

Does Corrigo API have another way to execute /query endpoint with pagination, with FirstResultIndex on query string parameter?

Something like this https://am-ce99a.corrigo.com/api/v1/query/Space?FirstResultIndex=2000

Where the Body contains a typical QueryExpression like below

{"QueryExpression":{"Criteria": {"Conditions":[],"FilterOperator": "And"},"Distinct": true,"Count": 4000,"PropertySet":{"Properties":["","Asset.","Asset.Address.","Asset.Attributes."]}}}

Asking because Azure Data Factory does not support dynamic pagination in the body and only as parameters in the URL