Export a CSV File

post/datamart.exportdata

Downloads a ZIP file. The returned ZIP file contains Data Source, Datamart, or Data Feed definitions in the JSON file and data in the CSV file.

Securitybasic or X-PriceFx-jwt
Request
query Parameters
timeout
string
Default: "60"

Set this parameter to override the default timeout (60 seconds) of the query. The maximum allowed timeout is 300 seconds. The default timeout value and the maximum timeout value can be configured in the backend. Setting higher timeout can be useful, for example, when a query takes long time (e.g., when processing large tables).

Example: timeout=20
Request Body schema: application/json
required
object
fieldCollections
required
Array of strings
sanitize
required
boolean
Responses
200

OK - returns the ZIP file (binary data): Content-Type: application/zip

Request samples
application/json
{
  • "data": {
    • "fieldCollections": [
      • "DMDS.Transactions"
      ],
    • "sanitize": true
    }
}