GetExportJobFile
Returns the file content of an export job. The export job must be in 'Completed' state. Use GetExportJobStatus to get the status of an export job.
Input
Name | Type | Required | Description |
JobId | String | True | The id of the export job. |
Type | String | True | The type of the BulkExtract. Available values are : Activities, Leads, ProgramMembers
The allowed values are Activities, Leads, ProgramMembers. |
File | String | False | The file path where you want to store the file. |
Encoding | String | False | The FileData input encoding type.
The allowed values are NONE, BASE64. The default value is BASE64. |
Result Set Columns
Name | Type | Description |
ResponseData | String | The content of the file. Returns data only if File and FileStream is not specified. |