Skip to main content
GET
/
user
/
patient
/
uploads
/
column-mappings
/
{mapping_id}
Get Column Mapping
curl --request GET \
  --url https://api.decodahealth.com/user/patient/uploads/column-mappings/{mapping_id} \
  --header 'API-KEY: <api-key>' \
  --header 'TENANT: <tenant>'
{
  "id": "<string>",
  "name": "<string>",
  "isDefault": true,
  "mappings": [
    {
      "id": "<string>",
      "groupId": "<string>",
      "csvHeader": "<string>",
      "mappedField": "<string>"
    }
  ]
}

Headers

TENANT
string
required

The tenant you are making this request on behalf of

API-KEY
string
required

Your api key

Path Parameters

mapping_id
string
required

Response

Successful Response

id
string
required
name
string
required
isDefault
boolean
required
mappings
ColumnMappingItemResponse · object[]
required