Returns a list of tasks by solution and user.
Method
POST
URL
https://localhost/Flowtime/_vti_bin/Flowtime/HotOperations/TeamLeaderTasksService.svc/GetData
Request Parameters
Name | Type | Required | Description |
PageSize | integer | optional | Number of records returned per page. |
PageNum | integer | optional | Number of the page to retrieve records for. |
ContextMenuId | string | optional | Name of menu for the item. |
IgnoreUserTime | boolean | optional | Engine time or user time. |
FilterExpression | object | optional | Expression of filter. |
SortExpression | object | optional | Expression on sort. |
IncludePropagation | boolean | optional | Set to true for return propagation columns. |
SolutionId | guid | required | ID of solution. |
GroupId | integer | required | ID of group. |
AllocatedDynamicTasksViewType | enum | optional |
|
Response Parameters
Name | Type | Description |
CurrentRows | integer | Number of items returned. |
Items | array | List of items returned. Each item contains properties as defined in the config file. |
TotalRows | integer | Total number of items in the system. |