---
title: "Gets room day assignments for a specific date, optionally filtered by location."
method: GET
path: "/RoomDayAssignments"
tags: ["RoomDayAssignments"]
---

# Gets room day assignments for a specific date, optionally filtered by location.

`GET /RoomDayAssignments`

## Query parameters

- `date` string
- `locationId` string

## Response `200`

OK

- RoomDayAssignmentListResponseDto — Response DTO for a list of room day assignments.
  - `assignments` RoomDayAssignmentResponseDto[]
    - `id` string
    - `locationId` string
    - `userId` string
    - `user` UserSummaryDto
      - `id` string
      - `email` string
      - `firstName` string, nullable
      - `lastName` string, nullable
      - `displayName` string, nullable
      - `type` string
      - `roleId` string, nullable
      - `roleName` string, nullable
    - `assignmentDate` string
    - `createdAt` string, date-time
    - `updatedAt` string, date-time

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1.md) · [All operations](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clinicos/pawthosx-business-api-v1/revisions/d8d7501dde48/schema)
