Skip to main content
GET
/
notes
/
list
Get Notes
curl --request GET \
  --url https://api.decodahealth.com/notes/list \
  --header 'API-KEY: <api-key>' \
  --header 'TENANT: <tenant>'
{
  "data": [
    {
      "id": "<string>",
      "createdDate": "2023-11-07T05:31:56Z",
      "visitDate": "2023-11-07T05:31:56Z",
      "lastEditedDate": "2023-11-07T05:31:56Z",
      "aiGenerated": true,
      "patient": {
        "id": "<string>",
        "type": "PROVIDER",
        "createdDate": "2023-11-07T05:31:56Z",
        "firstName": "<string>",
        "lastName": "<string>",
        "phoneNumber": "<string>",
        "email": "<string>",
        "locationId": "<string>",
        "externalId": "<string>",
        "address": "<string>",
        "addressLineTwo": "<string>",
        "city": "<string>",
        "state": "<string>",
        "zipCode": "<string>",
        "country": "<string>",
        "addressValid": true,
        "meta": {},
        "isArchived": true,
        "primaryLocationId": "<string>",
        "gender": "<string>",
        "dateOfBirth": "2023-12-25",
        "patientMedications": [
          "<string>"
        ],
        "onSchedulingBlacklist": true,
        "surchargeDisabled": true,
        "tags": [
          {
            "id": "<string>",
            "name": "<string>",
            "isActive": true,
            "createdDate": "2023-11-07T05:31:56Z",
            "emoji": "<string>",
            "color": "<string>",
            "updatedDate": "2023-11-07T05:31:56Z"
          }
        ],
        "creditBalance": 123,
        "preferredProviderId": "<string>"
      },
      "version": 123,
      "content": "<string>",
      "summary": "<string>",
      "templateId": "<string>",
      "providers": [],
      "sourceDocuments": [],
      "signedOffProviderId": "<string>",
      "signedOffDate": "2023-11-07T05:31:56Z"
    }
  ],
  "total": 123
}

Headers

TENANT
string
required

The tenant you are making this request on behalf of

API-KEY
string
required

Your api key

Query Parameters

page
integer | null
per_page
integer | null
sort_by
string | null
sort_direction
enum<string> | null
Available options:
asc,
desc
location_id
string | null
provider_id
string | null
patient_id
string | null
note_id
string | null
patient_name
string | null
created_date
string<date-time>[] | null
tz
string | null
template_id
string | null
location_ids
string[] | null

Response

Successful Response

data
NoteListItem · object[]
required
total
integer
required