GET Agent/GetWorkForce

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of WorkForce
NameDescriptionTypeAdditional information
agent_type

string

None.

totalcount

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "agent_type": "sample string 1",
    "totalcount": 2
  },
  {
    "agent_type": "sample string 1",
    "totalcount": 2
  }
]

application/xml, text/xml

Sample:
<ArrayOfWorkForce xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Realty.Model">
  <WorkForce>
    <agent_type>sample string 1</agent_type>
    <totalcount>2</totalcount>
  </WorkForce>
  <WorkForce>
    <agent_type>sample string 1</agent_type>
    <totalcount>2</totalcount>
  </WorkForce>
</ArrayOfWorkForce>