Read a summary of basic roles for all individuals on a site.
|
siteid
globally unique identifier
Guid ID of the site. |
None.
|
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 |
<Task xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://col4.com/api/v4"> <ID>cdde5cb6-3044-4c1a-882e-d6b1bd9a7a2b</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>
{
"ID": "cdde5cb6-3044-4c1a-882e-d6b1bd9a7a2b",
"FirstName": "sample string 1",
"LastName": "sample string 2",
"BasicRoles": 1,
"PerformanceIndicators": 1,
"Dialogs": 1,
"DepartmentName": "sample string 5"
}