GET api/staffs?center_id={center_id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
center_id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of staffName | 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. |
|
person_id | integer |
None. |
|
type_id | integer |
None. |
|
position_id | integer |
None. |
|
rank_id | integer |
None. |
|
status_id | integer |
None. |
|
uniformsize_id | integer |
None. |
|
begin_date | date |
None. |
|
paymethod_id | integer |
None. |
|
certification_no | string |
None. |
|
priority | integer |
None. |
|
isactive | integer |
None. |
|
nephro_cer_no | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "id": 1, "cluster_id": 2, "center_id": 3, "create_time": "2024-11-21T15:30:54.4553636+07:00", "modify_time": "2024-11-21T15:30:54.4553636+07:00", "modify_by": 6, "record_status_id": 64, "person_id": 1, "type_id": 1, "position_id": 1, "rank_id": 1, "status_id": 1, "uniformsize_id": 1, "begin_date": "2024-11-21T15:30:54.4553636+07:00", "paymethod_id": 1, "certification_no": "sample string 8", "priority": 1, "isactive": 1, "nephro_cer_no": "sample string 9" }, { "id": 1, "cluster_id": 2, "center_id": 3, "create_time": "2024-11-21T15:30:54.4553636+07:00", "modify_time": "2024-11-21T15:30:54.4553636+07:00", "modify_by": 6, "record_status_id": 64, "person_id": 1, "type_id": 1, "position_id": 1, "rank_id": 1, "status_id": 1, "uniformsize_id": 1, "begin_date": "2024-11-21T15:30:54.4553636+07:00", "paymethod_id": 1, "certification_no": "sample string 8", "priority": 1, "isactive": 1, "nephro_cer_no": "sample string 9" } ]