---
title: "GET /api/services/app/SupportRequest/GetPatientDetail"
method: GET
path: "/api/services/app/SupportRequest/GetPatientDetail"
tags: ["SupportRequest"]
---

# GET /api/services/app/SupportRequest/GetPatientDetail

`GET /api/services/app/SupportRequest/GetPatientDetail`

## Query parameters

- `id` integer

## Response `200`

Success

- PatientSupportRequestDetailDto
  - `id` integer
  - `creationTime` string, date-time
  - `code` string, nullable
  - `supportCategoryName` string, nullable
  - `objectType` 1 | 2 | 3 | 9
  - `objectId` string, nullable
  - `incidentDescription` string, nullable
  - `attachmentImages` string, nullable
  - `processingStatus` 1 | 2 | 4 | 5
  - `processingResult` string, nullable
  - `messages` SupportMessageDto[], nullable
    - `id` integer
    - `creationTime` string, date-time
    - `creatorUserId` integer, nullable
    - `lastModificationTime` string, date-time, nullable
    - `lastModifierUserId` integer, nullable
    - `supportRequestId` integer
    - `senderUserId` integer, nullable
    - `senderUserName` string, nullable
    - `messageContent` string, nullable — Max length 4000
    - `attachmentImages` string, nullable — Max length 2000

---

[API](https://skmtc.dev/dalieu/apis/portaldalieu-api.md) · [All operations](https://skmtc.dev/dalieu/apis/portaldalieu-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dalieu/portaldalieu-api/revisions/78dcf1621c0e/schema)
