Skip to main content
POST
Download mapping data as CSV

Restrictions

Usage

  • The response is a CSV file with Content-Disposition: attachment header.
  • The CSV header row matches the schema’s source and result labels in order.

Authorizations

app_key
string
query
required

App key issued from the Flashduty console under Account → APP Keys. Required on every public API call. Keep it secret — it grants the same access as the owning account.

Body

application/json
schema_id
string
required

Mapping schema ID (MongoDB ObjectID hex).

Response

Success. CSV attachment stream, not a JSON envelope.

CSV file stream (Content-Type: application/octet-stream, Content-Disposition: attachment; filename=<schema_name>.csv). The header row lists the schema's source_labels followed by result_labels in order; each subsequent row is one mapping document.