...
Please note that auth is done the same way as on REST API for ConfiForms CLOUD and you need to generate an API access token as explained on the mentioned page
URL | Details |
---|---|
/download/{pageId}/{formName} /download/{pageId}/{formName}/{token} | Request parameters (both optional):
|
Example:
Code Block |
---|
https://app.confiforms.net/export/api/v1/download/123456/myform/xxx-xxx-xxx-xxx?format=csv&query=sum%3A%3E350%20AND%20type%3AInvoice (sum%3A%3E350%20AND%20type%3AInvoice is an encoded value of sum:>350 AND type:Invoice) |