GET api/Portal/Employees

Load Employee records.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of IBMS_Cloud_API.EmployeeModel

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]

text/html

Sample:
[{},{}]

application/xml, text/xml

Sample:
<ArrayOfEmployeeModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IBMS_Cloud_API">
  <EmployeeModel />
  <EmployeeModel />
</ArrayOfEmployeeModel>