GET api/timeEmployee/teamActivity/{id}?forDays={forDays}&showFullTeam={showFullTeam}
Get summary of a day's activity for all those working under supervisorID
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The supervisor/manager ID to report for |
integer |
Required |
| forDays |
The date for which to gather data; defaults to 'today' |
integer |
Required |
| showFullTeam |
Optional param; if true, traverses org hierarchy all the way to bottom |
boolean |
Default value is False |
Body Parameters
None.
Response Information
Resource Description
A list of timeActivitySummary records showing activity for the specified date
Collection of timeActivitySummary| Name | Description | Type | Additional information |
|---|---|---|---|
| EmployeeID | integer |
None. |
|
| EmployeeName | string |
None. |
|
| FunctionSummaries | Collection of timeFunctionSummary |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.