GET api/staffs/shorts?center_id={center_id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
center_id

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of StaffShort
NameDescriptionTypeAdditional information
center_id

integer

None.

id

integer

None.

prefix

string

None.

firstname

string

None.

lastname

string

None.

fullname

string

None.

status

integer

None.

type

integer

None.

position

string

None.

position_id

integer

None.

orderNo

integer

None.

priority

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "center_id": 1,
    "id": 2,
    "prefix": "sample string 3",
    "firstname": "sample string 4",
    "lastname": "sample string 5",
    "fullname": "sample string 4 sample string 5",
    "status": 6,
    "type": 7,
    "position": "sample string 8",
    "position_id": 9,
    "orderNo": 10,
    "priority": 11
  },
  {
    "center_id": 1,
    "id": 2,
    "prefix": "sample string 3",
    "firstname": "sample string 4",
    "lastname": "sample string 5",
    "fullname": "sample string 4 sample string 5",
    "status": 6,
    "type": 7,
    "position": "sample string 8",
    "position_id": 9,
    "orderNo": 10,
    "priority": 11
  }
]