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 PTReservationsName | 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": "2024-11-21T15:46:34.8005088+07:00", "round_id": 2, "no": 3, "title": "sample string 4", "hn": "sample string 5", "pt_id": 6 }, { "date": "2024-11-21T15:46:34.8005088+07:00", "round_id": 2, "no": 3, "title": "sample string 4", "hn": "sample string 5", "pt_id": 6 } ]