GET api/doctors/completedoctor?center_id={center_id}&staff_id={staff_id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
center_id | integer |
Required |
|
staff_id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
CompleteDoctorName | 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. |
|
status_id | integer |
None. |
|
certification_no | string |
None. |
|
priority | integer |
None. |
|
isactive | integer |
None. |
|
prefix_id | integer |
None. |
|
first_name | string |
None. |
|
last_name | string |
None. |
|
dob | date |
None. |
|
iden_doc | string |
None. |
|
image_id | string |
None. |
|
remark | string |
None. |
|
phone | string |
None. |
|
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "id": 1, "cluster_id": 2, "center_id": 3, "create_time": "2024-11-21T15:39:09.6909312+07:00", "modify_time": "2024-11-21T15:39:09.6909312+07:00", "modify_by": 6, "record_status_id": 64, "person_id": 1, "type_id": 1, "position_id": 1, "status_id": 1, "certification_no": "sample string 8", "priority": 1, "isactive": 1, "prefix_id": 1, "first_name": "sample string 9", "last_name": "sample string 10", "dob": "2024-11-21T15:39:09.6909312+07:00", "iden_doc": "sample string 11", "image_id": "sample string 12", "remark": "sample string 13", "phone": "sample string 14", "email": "sample string 15" }