GET api/pt_calendar_detail/center/{center_id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
center_id

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of pt_calendar_detail
NameDescriptionTypeAdditional 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": "2024-10-05T10:22:38.3236243+07:00",
    "modify_time": "2024-10-05T10:22:38.3236243+07:00",
    "modify_by": 6,
    "record_status_id": 64,
    "month": 64,
    "year": 9,
    "bed_total": 10
  },
  {
    "id": 1,
    "cluster_id": 2,
    "center_id": 3,
    "create_time": "2024-10-05T10:22:38.3236243+07:00",
    "modify_time": "2024-10-05T10:22:38.3236243+07:00",
    "modify_by": 6,
    "record_status_id": 64,
    "month": 64,
    "year": 9,
    "bed_total": 10
  }
]