Skip to Content
ReferenceAPINotesList notes

Notes API

List notes

List notes and their resource links in the current workspace.

GET/v1/notes
capability notes.list · v1health dataserver-scoped workspace

Request

Path, query, and JSON body fields accepted by this operation.

  • searchstring
    querymin length 1max length 200
  • patientIdstring<uuid>
    query
  • appointmentIdstring<uuid>
    query
  • limitinteger
    querydefault 100min 1max 200

Response

Successful responses use Dawn's data envelope.

  • dataNoteListrequired
    • idstring<uuid>required
    • workspaceIdstring<uuid>required
    • titlestringrequired
      min length 1max length 200
    • contentstringrequired
      max length 100000
    • linksone of 2 shapes[]required
      max items 50
      • kind"patient"required
      • resourceIdstring<uuid>required
    • createdAtstring<date-time>required
    • updatedAtstring<date-time>required
  • metaobject

Errors

Error responses use the shared error envelope.

  • 403Notes are disabled or a workspace member is required.
  • 422The note query is invalid.
  • 503Notes are temporarily unavailable.
Last updated on