Returns the exported entity’s field headers and data formats for the export identified by exportId.
Add an Authorization header to authenticate requests originating outside of Zilliant's internal network. Set the header to Authorization: OAuth <tokenResponseBase64>.
<tokenResponseBase64> is the Base64-encoded entire JSON response body returned by the Salesforce OAuth token endpoint. Encode the full JSON payload, not only the access_token field.
For details, read Request an access token.
OAuth host for your environment. Use it for all requests that originate outside Zilliant’s internal network. For details, read X-Forwarded-Host header in Introduction.
Unique identifier for the export process returned in a successful 201 response from the POST Send entity metadata request.
Entity metadata returned successfully.
System name of the logical entity to export. Contact your Zilliant representative to get your entity name.
Enter the operating system name to use the correct newline character.
Define which fields are text qualified. Note that " is always a text qualifier.
Locale. For supported values, read JDK 11 Supported Locales.
Field delimiter. All commonly used delimiters are supported, such as ,, |, \t (the only supported value for tab), ~, ;, and others.
Date format. The format must follow the rules defined in the Java SimpleDateFormat class documentation.
Note: Use MM for months and mm for minutes.
Date-time format. The format must follow the rules defined in the Java SimpleDateFormat class documentation.
Note: Use MM for months and mm for minutes.
Decimal separator.
Thousands separator.
Currency symbol. You can enter any currency symbol supported by Oracle's JDK 11.
Percent symbol.
Define whether to ignore white spaces when exporting data. Supported values:
- true—Ignore white spaces.
- false—Preserve white spaces.
OData-compliant expression to export only those records that meet the defined criteria.
Filters to export only those records that meet the defined criteria.
Entity field name. Contact your Zilliant representative to get your entity field names.
Array of values for filtering the field. If you enter multiple values, the service interprets them as a compound OR expression. For example, ["Austin","Chicago"] is "Austin OR Chicago".
Filter operator.
Enter the field data type.
Field mapping from entity fields to file columns.
System name of the entity field. Contact your Zilliant representative to get your entity field names.
Column name in the exported file.
Not valid parameters received.
Entity not found.
Service failed to process the request.