Newer Version Available

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

Retrieving CSV Exports

The response body is a binary file and can be saved locally. This file with the ending csv.gz is a zipped CSV file, so it must be extracted first.

Endpoint

<CGCloud Processing Services Integration>/api/v1/files/getcsv/{{csvGuid}}?path={{full or delta}}

You can get the CGCloud Processing Services Integration value from the Processing Services Pairing App page in your Salesforce org.

Note

HTTP Method

GET

URL Parameter Mandatory Sample Values
csvGuid Yes 3b549543-d420-401a-b424-29c7f3c75713
path Yes Must be either:
  • tpm/long/export/full (to retrieve a full export)
  • tpm/long/export/delta (to retrieve a delta export)