GET api/pt_calendar_detail/date/{center_id},{date}
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| center_id | integer | Required | |
| date | date | Required | 
Body Parameters
None.
Response Information
Resource Description
pt_calendar_detail| Name | Description | Type | Additional information | 
|---|---|---|---|
| id | integer | None. | |
| cluster_id | integer | None. | |
| center_id | integer | None. | |
| create_time | date | None. | |
| modify_time | date | None. | |
| modify_by | integer | None. | |
| record_status_id | signed byte | None. | |
| month | signed byte | None. | |
| year | integer | None. | |
| bed_total | integer | None. | 
Response Formats
application/json, text/json
            Sample:
{
  "id": 1,
  "cluster_id": 2,
  "center_id": 3,
  "create_time": "2025-10-31T07:52:18.6240617+07:00",
  "modify_time": "2025-10-31T07:52:18.6240617+07:00",
  "modify_by": 6,
  "record_status_id": 64,
  "month": 64,
  "year": 9,
  "bed_total": 10
}