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 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.