GET api/pt_data1/record_list/{patient_id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
patient_id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of RecordTimeName | Description | Type | Additional information |
---|---|---|---|
record_id | integer |
None. |
|
record_date | date |
None. |
|
title | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "record_id": 1, "record_date": "2024-11-21T15:47:15.5528882+07:00", "title": "sample string 3" }, { "record_id": 1, "record_date": "2024-11-21T15:47:15.5528882+07:00", "title": "sample string 3" } ]