GET api/visit_detail/resev/{center_id},{hd_date},{round_id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| center_id | integer |
Required |
|
| hd_date | date |
Required |
|
| round_id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PTReservations| Name | Description | Type | Additional information |
|---|---|---|---|
| date | date |
None. |
|
| round_id | integer |
None. |
|
| no | integer |
None. |
|
| title | string |
None. |
|
| hn | string |
None. |
|
| pt_id | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"date": "2025-10-29T13:52:15.6505788+07:00",
"round_id": 2,
"no": 3,
"title": "sample string 4",
"hn": "sample string 5",
"pt_id": 6
},
{
"date": "2025-10-29T13:52:15.6505788+07:00",
"round_id": 2,
"no": 3,
"title": "sample string 4",
"hn": "sample string 5",
"pt_id": 6
}
]