Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

Getting CSV Full Export

After you’ve retrieved the access token, the actual full export file can be requested.

cURL example:

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

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