CreateExportDefinition
Returns the token needed to retrieve data from a bulk export request.
Input
Name | Type | Description |
Query | String | The SQL query used to retrieve data from a bulk table. |
Result Set Columns
Name | Type | Description |
ExportToken | String | The token used to retrieve data from a bulk export request. Supply this value in the WHERE clause when SELECTing data from a bulk API table. In the form 'DefinitionUrl|SyncsUrl'. |