Skip to main content
GET
/
user
/
patient
/
uploads
/
column-mappings
List Column Mappings
curl --request GET \
  --url https://api.decodahealth.com/user/patient/uploads/column-mappings \
  --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

Response

200 - application/json

Successful Response

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