GET api/centers/cluster/{cluster_id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
cluster_id

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of center
NameDescriptionTypeAdditional information
id

integer

None.

cluster_id

integer

None.

create_time

date

None.

modify_time

date

None.

modify_by

integer

None.

record_status_id

signed byte

None.

title

string

None.

package_id

integer

None.

payment_stat_id

integer

None.

trt_center_id

string

None.

hcode

string

None.

type_id

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "cluster_id": 2,
    "create_time": "2024-10-05T10:25:31.8177408+07:00",
    "modify_time": "2024-10-05T10:25:31.8177408+07:00",
    "modify_by": 5,
    "record_status_id": 64,
    "title": "sample string 7",
    "package_id": 8,
    "payment_stat_id": 9,
    "trt_center_id": "sample string 10",
    "hcode": "sample string 11",
    "type_id": 12
  },
  {
    "id": 1,
    "cluster_id": 2,
    "create_time": "2024-10-05T10:25:31.8177408+07:00",
    "modify_time": "2024-10-05T10:25:31.8177408+07:00",
    "modify_by": 5,
    "record_status_id": 64,
    "title": "sample string 7",
    "package_id": 8,
    "payment_stat_id": 9,
    "trt_center_id": "sample string 10",
    "hcode": "sample string 11",
    "type_id": 12
  }
]