GET api/ual/wellness

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of UALWellness
NameDescriptionTypeAdditional information
Location

string

None.

FirstName

string

None.

LastName

string

None.

EmployeeID

string

None.

CellNumber

string

None.

Manager

string

None.

WorkCell

string

None.

WorkerType

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Location": "sample string 1",
    "FirstName": "sample string 2",
    "LastName": "sample string 3",
    "EmployeeID": "sample string 4",
    "CellNumber": "sample string 5",
    "Manager": "sample string 6",
    "WorkCell": "sample string 7",
    "WorkerType": "sample string 8"
  },
  {
    "Location": "sample string 1",
    "FirstName": "sample string 2",
    "LastName": "sample string 3",
    "EmployeeID": "sample string 4",
    "CellNumber": "sample string 5",
    "Manager": "sample string 6",
    "WorkCell": "sample string 7",
    "WorkerType": "sample string 8"
  }
]

application/xml, text/xml

Sample:
<ArrayOfUALWellness xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EvokeAPI.Models">
  <UALWellness>
    <CellNumber>sample string 5</CellNumber>
    <EmployeeID>sample string 4</EmployeeID>
    <FirstName>sample string 2</FirstName>
    <LastName>sample string 3</LastName>
    <Location>sample string 1</Location>
    <Manager>sample string 6</Manager>
    <WorkCell>sample string 7</WorkCell>
    <WorkerType>sample string 8</WorkerType>
  </UALWellness>
  <UALWellness>
    <CellNumber>sample string 5</CellNumber>
    <EmployeeID>sample string 4</EmployeeID>
    <FirstName>sample string 2</FirstName>
    <LastName>sample string 3</LastName>
    <Location>sample string 1</Location>
    <Manager>sample string 6</Manager>
    <WorkCell>sample string 7</WorkCell>
    <WorkerType>sample string 8</WorkerType>
  </UALWellness>
</ArrayOfUALWellness>