Skip to main content
GET
/
notes
/
templates
/
{template_id}
/
prefill
/
{patient_id}
Get Prefilled Answers
curl --request GET \
  --url https://api.decodahealth.com/notes/templates/{template_id}/prefill/{patient_id} \
  --header 'API-KEY: <api-key>' \
  --header 'TENANT: <tenant>'
{
  "templateId": "<string>",
  "patientId": "<string>",
  "prefilledAnswers": [
    {
      "questionId": "<string>",
      "data": {},
      "source": "<string>"
    }
  ]
}

Headers

TENANT
string
required

The tenant you are making this request on behalf of

API-KEY
string
required

Your api key

Path Parameters

template_id
string
required
patient_id
string
required

Response

Successful Response

Response containing pre-filled answers for template questions.

templateId
string
required
patientId
string
required
prefilledAnswers
PrefilledAnswer · object[]
required