Skip to Content
ReferenceAPIEventsList timeline events

Events API

List timeline events

List recorded events relevant to a resource in the current workspace.

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

Request

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

  • resourceType"appointment" | "patient" | "practitioner"required
    query
  • resourceIdstring<uuid>required
    query
  • limitinteger
    querydefault 50min 1max 100

Response

Successful responses use Dawn's data envelope.

  • dataEventListrequired
    • idstring<uuid>required
    • version1required
    • workspaceIdstring<uuid>required
    • memberIdstring<uuid>required
    • occurredAtstring<date-time>required
    • type"appointment.created"required
    • resourceType"appointment"required
    • resourceIdstring<uuid>required
  • metaobject

Errors

Error responses use the shared error envelope.

  • 403Scheduling is disabled for appointment timelines.
  • 422The event query is invalid.
  • 503Timeline events are temporarily unavailable.
Last updated on