Newer Version Available

This content describes an older version of this product. View Latest

Getting CSV Delta Export

Once the actual export file is requested, the CSV delta export file can be requested.

cURL example:

1curl --location --request GET 'https://int-vir-us.consumergoodscloudprocessingservices.com/api/v1/files/getcsv/{{csvGuid}}?path=delta
2--header 'Content-Type: application/json' \
3--header 'Authorization: Bearer {{access_token}}'

The response is a binary file that must be stored. Its format is <filename>.csv. This archive can then be opened with a compression software.