Skip to Content
ReferenceAPIBookingList resources

Booking API

List booking resources

List schedulable people, sites, rooms, and equipment in the current workspace.

GET/v1/booking/resources
capability booking.resources.list · v1operational dataserver-scoped workspace

Request

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

  • kind"person" | "site" | "room" | "equipment"
    query
  • status"active" | "inactive"
    query

Response

Successful responses use Dawn's data envelope.

  • dataBookingResourceListrequired
    • idstring<uuid>required
    • workspaceIdstring<uuid>required
    • namestringrequired
      min length 1max length 120
    • kind"person" | "site" | "room" | "equipment"required
    • status"active" | "inactive"required
    • practitionerIdstring<uuid> | nullrequired
    • parentResourceIdstring<uuid> | nullrequired
    • scheduleIdstring<uuid> | nullrequired
    • createdAtstring<date-time>required
    • updatedAtstring<date-time>required
  • metaobject

Errors

Error responses use the shared error envelope.

  • 403Scheduling is disabled.
  • 422The booking resource query is invalid.
  • 503Booking resources are temporarily unavailable.
Last updated on