GET api/timeEmployee/teamActivity/{id}?forDays={forDays}&showFullTeam={showFullTeam}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
|
| forDays | integer |
Required |
|
| showFullTeam | boolean |
Default value is False |
Body Parameters
None.
Response Information
Resource Description
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.