GET api/pt_laboratory/normal_abnormal/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| id | integer | Required | 
Body Parameters
None.
Response Information
Resource Description
k_pt_normal_value| Name | Description | Type | Additional information | 
|---|---|---|---|
| id | integer | None. | |
| create_time | date | None. | |
| modify_time | date | None. | |
| modify_by | integer | None. | |
| record_status_id | signed byte | None. | |
| title | string | None. | |
| detail | string | None. | |
| trtid | integer | None. | |
| isactive | signed byte | None. | |
| order | integer | None. | 
Response Formats
application/json, text/json
            Sample:
{
  "id": 1,
  "create_time": "2025-10-31T11:08:26.3626746+07:00",
  "modify_time": "2025-10-31T11:08:26.3626746+07:00",
  "modify_by": 1,
  "record_status_id": 64,
  "title": "sample string 3",
  "detail": "sample string 4",
  "trtid": 1,
  "isactive": 64,
  "order": 1
}