GET api/doctors/positions

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of staff_position
NameDescriptionTypeAdditional information
id

integer

None.

create_time

date

None.

modify_time

date

None.

modify_by

integer

None.

record_status_id

signed byte

None.

staff_type_id

integer

None.

staff_type_pos_id

integer

None.

title

string

None.

description

string

None.

trtid

integer

None.

isactive

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "create_time": "2024-10-05T10:22:20.7287584+07:00",
    "modify_time": "2024-10-05T10:22:20.7287584+07:00",
    "modify_by": 1,
    "record_status_id": 64,
    "staff_type_id": 3,
    "staff_type_pos_id": 4,
    "title": "sample string 5",
    "description": "sample string 6",
    "trtid": 1,
    "isactive": 1
  },
  {
    "id": 1,
    "create_time": "2024-10-05T10:22:20.7287584+07:00",
    "modify_time": "2024-10-05T10:22:20.7287584+07:00",
    "modify_by": 1,
    "record_status_id": 64,
    "staff_type_id": 3,
    "staff_type_pos_id": 4,
    "title": "sample string 5",
    "description": "sample string 6",
    "trtid": 1,
    "isactive": 1
  }
]