CreateExportJob
Create export job for search criteria defined via filter parameter. Returns the 'JobId' which is passed as a parameter in subsequent calls to Bulk Export Activities. Use EnqueueExportJob to queue the export job for processing. Use GetExportJobStatus to retrieve status of export job.
Input
Name | Type | Required | Description |
Fields | String | False | A comma separated list of Marketo fields. |
Type | String | True | The object type of the BulkExtract. Available values are : Activities, Leads, ProgramMembers.
The allowed values are Activities, Leads, ProgramMembers. |
Format | String | False | Format of file as given in the request. Available values are: CSV, TSV, SSV
The allowed values are CSV, TSV, SSV. The default value is CSV. |
*ColumnHeaderName | String | False | The header column name for the field. For example : If you want to set the header name of two fields called 'FirstName' and 'LastName', you just need to set the value of 'FirstNameColumnHeaderName' and 'LastNameColumnHeaderName'. |
CreatedAtStartAt | String | False | The start date of the Marketo Object created date |
CreatedAtEndAt | String | False | The end date of the Marketo Object created date |
UpdatedAtStartAt | String | False | The start date of the Marketo Object updated date |
UpdatedAtEndAt | String | False | The end date of the Marketo Object updated date |
ActivityTypeIds | String | False | List of activity type ids to filter on. Available only when the Type is set to 'Activities'. |
StaticListName | String | False | The name of a static list you want to use as a filter. Available only when the Type is set to 'Leads' |
StaticListId | String | False | The id of a static list you want to use as a filter. Available only when the Type is set to 'Leads' |
SmartListName | String | False | The name of a smart list you want to use as a filter. Available only when the Type is set to 'Leads' |
SmartListId | String | False | The id of a smart list you want to use as a filter. Available only when the Type is set to 'Leads' |
ProgramId | String | False | The id of the program you want to use as a filter. Available only when the Type is set to 'ProgramMembers' |
Result Set Columns
Name | Type | Description |
JobId | String | The Id of the export job. |
Format | String | The format of the export job. |
CreatedAt | String | The date when the export job was created. |
JobStatus | String | The status of the export process. |