Downloads an XLSX file. The returned file contains all definitions (meta) and the data. This is useful for importing the Data Source, Datamart, or Data Feed definitions + data in some other instance or partition.
OK - returns the XLSX file (binary data):
Content-Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
{- "data": {
- "fieldCollections": [
- "DMDS.Transactions"
], - "sanitize": true
}
}