Request Information

URI Parameters

System.Collections.ObjectModel.Collection`1[Connections.API.Areas.HelpPage.ModelDescriptions.ParameterDescription] IList
siteid globally unique identifier

Guid ID of the site.

Body Parameters

None.

Response Information

Resource Description (IndividualBasicRolesCount)

System.Collections.ObjectModel.Collection`1[Connections.API.Areas.HelpPage.ModelDescriptions.ParameterDescription] IList
ID globally unique identifier ReadOnly

ID of the given individual.

FirstName string

First name of the given individual.

LastName string

Last name of the given individual.

BasicRoles integer

Number of basic roles for the given individual id.

PerformanceIndicators integer

Number of performance indicators for the given individual.

Dialogs integer

Number of dialogs for the given individual.

MinDate string

Minimum start date for which you wish to get totals.

MaxDate string

Maximum end date for which you wish to get totals.

DepartmentName string

Response Formats

application/xml, text/xml

Sample
<Task xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://col4.com/api/v4">
  <ID>bba360b6-b43c-49b3-80c3-cb924c7528e4</ID>
  <FirstName>sample string 1</FirstName>
  <LastName>sample string 2</LastName>
  <BasicRoles>1</BasicRoles>
  <PerformanceIndicators>1</PerformanceIndicators>
  <Dialogs>1</Dialogs>
  <DepartmentName>sample string 5</DepartmentName>
</Task>

application/json, text/json

Sample
{
  "ID": "bba360b6-b43c-49b3-80c3-cb924c7528e4",
  "FirstName": "sample string 1",
  "LastName": "sample string 2",
  "BasicRoles": 1,
  "PerformanceIndicators": 1,
  "Dialogs": 1,
  "DepartmentName": "sample string 5"
}