POST api/Task/GetGroupedTaskListSummaryByOwner
Get Task list summary group by current owner based on query condition.
Request Information
URI Parameters
None.
Body Parameters
GroupTaskListSummaryBinder| Name | Description | Type | Additional information |
|---|---|---|---|
| ShowOwnerOption |
0: only show owners who owned tasks 1: show all applicable owner even if he doesn't own tasks |
integer |
None. |
| ProjectId | integer |
None. |
|
| ShowStoryOption |
0: Do not show story, 1: Show all story items met with query conditions, 2: Only show the parent story items of task met with query condition |
integer |
None. |
| Condition | StandardQueryCondition |
None. |
Request Formats
application/json, text/json
Sample:
{
"ShowOwnerOption": 1,
"ProjectId": 2,
"ShowStoryOption": 3,
"Condition": {
"TaskId": "sample string 1",
"StoryId": "sample string 2",
"Keyword": "sample string 3",
"Subproject": {
"SubIds": [
1,
2
],
"IncludeChildren": true,
"IncludeClosed": true,
"IncludeBacklog": true
},
"Status": [
{
"Id": 1,
"Option": 2
},
{
"Id": 1,
"Option": 2
}
],
"Owner": [
{
"Id": 1,
"Option": 2
},
{
"Id": 1,
"Option": 2
}
],
"IssueType": [
1,
2
],
"TaskBoardAssignedOption": 4,
"FiltersByTeamMemberField": [
{
"TeamMemberFieldIds": [
1,
2
],
"MemberIds": [
{
"Id": 1,
"Option": 2
},
{
"Id": 1,
"Option": 2
}
]
},
{
"TeamMemberFieldIds": [
1,
2
],
"MemberIds": [
{
"Id": 1,
"Option": 2
},
{
"Id": 1,
"Option": 2
}
]
}
],
"DateTimeFields": [
{
"FieldId": 1,
"From": "2025-12-09 02:49:09",
"To": "2025-12-09 02:49:09",
"Ranges": [
{
"OnlyUnassigned": true,
"From": "2025-12-09 02:49:09",
"To": "2025-12-09 02:49:09"
},
{
"OnlyUnassigned": true,
"From": "2025-12-09 02:49:09",
"To": "2025-12-09 02:49:09"
}
]
},
{
"FieldId": 1,
"From": "2025-12-09 02:49:09",
"To": "2025-12-09 02:49:09",
"Ranges": [
{
"OnlyUnassigned": true,
"From": "2025-12-09 02:49:09",
"To": "2025-12-09 02:49:09"
},
{
"OnlyUnassigned": true,
"From": "2025-12-09 02:49:09",
"To": "2025-12-09 02:49:09"
}
]
}
],
"NumericFields": [
{
"FieldId": 1,
"From": 1,
"To": 1,
"Ranges": [
{
"OnlyUnassigned": true,
"From": 1,
"To": 1
},
{
"OnlyUnassigned": true,
"From": 1,
"To": 1
}
],
"Values": [
1,
2
],
"OperationType": 2
},
{
"FieldId": 1,
"From": 1,
"To": 1,
"Ranges": [
{
"OnlyUnassigned": true,
"From": 1,
"To": 1
},
{
"OnlyUnassigned": true,
"From": 1,
"To": 1
}
],
"Values": [
1,
2
],
"OperationType": 2
}
],
"TextFields": [
{
"FieldId": 1,
"Word": "sample string 2",
"NotInclude": true
},
{
"FieldId": 1,
"Word": "sample string 2",
"NotInclude": true
}
],
"DropdownFields": [
{
"FieldId": 1,
"ChoiceIds": [
1,
2
],
"NotInclude": true
},
{
"FieldId": 1,
"ChoiceIds": [
1,
2
],
"NotInclude": true
}
],
"DefinedQueryId": 5
}
}
application/xml, text/xml
Sample:
<GroupTaskListSummaryBinder xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TechExcel.DTKService.Model.Binding">
<Condition xmlns:d2p1="http://schemas.datacontract.org/2004/07/TechExcel.DTKService.Model.Binding.TaskQuery">
<d2p1:DateTimeFields>
<d2p1:DateTimeFieldQueryObject>
<d2p1:FieldId>1</d2p1:FieldId>
<d2p1:From>2025-12-09T06:49:09.505691-08:00</d2p1:From>
<d2p1:Ranges>
<d2p1:ValueRangeOfdateTime>
<d2p1:From>2025-12-09T06:49:09.505691-08:00</d2p1:From>
<d2p1:OnlyUnassigned>true</d2p1:OnlyUnassigned>
<d2p1:To>2025-12-09T06:49:09.505691-08:00</d2p1:To>
</d2p1:ValueRangeOfdateTime>
<d2p1:ValueRangeOfdateTime>
<d2p1:From>2025-12-09T06:49:09.505691-08:00</d2p1:From>
<d2p1:OnlyUnassigned>true</d2p1:OnlyUnassigned>
<d2p1:To>2025-12-09T06:49:09.505691-08:00</d2p1:To>
</d2p1:ValueRangeOfdateTime>
</d2p1:Ranges>
<d2p1:To>2025-12-09T06:49:09.505691-08:00</d2p1:To>
</d2p1:DateTimeFieldQueryObject>
<d2p1:DateTimeFieldQueryObject>
<d2p1:FieldId>1</d2p1:FieldId>
<d2p1:From>2025-12-09T06:49:09.505691-08:00</d2p1:From>
<d2p1:Ranges>
<d2p1:ValueRangeOfdateTime>
<d2p1:From>2025-12-09T06:49:09.505691-08:00</d2p1:From>
<d2p1:OnlyUnassigned>true</d2p1:OnlyUnassigned>
<d2p1:To>2025-12-09T06:49:09.505691-08:00</d2p1:To>
</d2p1:ValueRangeOfdateTime>
<d2p1:ValueRangeOfdateTime>
<d2p1:From>2025-12-09T06:49:09.505691-08:00</d2p1:From>
<d2p1:OnlyUnassigned>true</d2p1:OnlyUnassigned>
<d2p1:To>2025-12-09T06:49:09.505691-08:00</d2p1:To>
</d2p1:ValueRangeOfdateTime>
</d2p1:Ranges>
<d2p1:To>2025-12-09T06:49:09.505691-08:00</d2p1:To>
</d2p1:DateTimeFieldQueryObject>
</d2p1:DateTimeFields>
<d2p1:DefinedQueryId>5</d2p1:DefinedQueryId>
<d2p1:DropdownFields>
<d2p1:EnumerableFieldQueryObjects>
<d2p1:ChoiceIds xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d5p1:int>1</d5p1:int>
<d5p1:int>2</d5p1:int>
</d2p1:ChoiceIds>
<d2p1:FieldId>1</d2p1:FieldId>
<d2p1:NotInclude>true</d2p1:NotInclude>
</d2p1:EnumerableFieldQueryObjects>
<d2p1:EnumerableFieldQueryObjects>
<d2p1:ChoiceIds xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d5p1:int>1</d5p1:int>
<d5p1:int>2</d5p1:int>
</d2p1:ChoiceIds>
<d2p1:FieldId>1</d2p1:FieldId>
<d2p1:NotInclude>true</d2p1:NotInclude>
</d2p1:EnumerableFieldQueryObjects>
</d2p1:DropdownFields>
<d2p1:FiltersByTeamMemberField>
<d2p1:TeamMemberFieldQueryObjects>
<d2p1:MemberIds xmlns:d5p1="http://schemas.datacontract.org/2004/07/TechExcel.DTKService.Model.Common">
<d5p1:MemberIdObject>
<d5p1:Id>1</d5p1:Id>
<d5p1:Option>2</d5p1:Option>
</d5p1:MemberIdObject>
<d5p1:MemberIdObject>
<d5p1:Id>1</d5p1:Id>
<d5p1:Option>2</d5p1:Option>
</d5p1:MemberIdObject>
</d2p1:MemberIds>
<d2p1:TeamMemberFieldIds xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d5p1:int>1</d5p1:int>
<d5p1:int>2</d5p1:int>
</d2p1:TeamMemberFieldIds>
</d2p1:TeamMemberFieldQueryObjects>
<d2p1:TeamMemberFieldQueryObjects>
<d2p1:MemberIds xmlns:d5p1="http://schemas.datacontract.org/2004/07/TechExcel.DTKService.Model.Common">
<d5p1:MemberIdObject>
<d5p1:Id>1</d5p1:Id>
<d5p1:Option>2</d5p1:Option>
</d5p1:MemberIdObject>
<d5p1:MemberIdObject>
<d5p1:Id>1</d5p1:Id>
<d5p1:Option>2</d5p1:Option>
</d5p1:MemberIdObject>
</d2p1:MemberIds>
<d2p1:TeamMemberFieldIds xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d5p1:int>1</d5p1:int>
<d5p1:int>2</d5p1:int>
</d2p1:TeamMemberFieldIds>
</d2p1:TeamMemberFieldQueryObjects>
</d2p1:FiltersByTeamMemberField>
<d2p1:IssueType xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:int>1</d3p1:int>
<d3p1:int>2</d3p1:int>
</d2p1:IssueType>
<d2p1:Keyword>sample string 3</d2p1:Keyword>
<d2p1:NumericFields>
<d2p1:NumericFieldQueryObject>
<d2p1:FieldId>1</d2p1:FieldId>
<d2p1:From>1</d2p1:From>
<d2p1:OperationType>2</d2p1:OperationType>
<d2p1:Ranges>
<d2p1:ValueRangeOfint>
<d2p1:From>1</d2p1:From>
<d2p1:OnlyUnassigned>true</d2p1:OnlyUnassigned>
<d2p1:To>1</d2p1:To>
</d2p1:ValueRangeOfint>
<d2p1:ValueRangeOfint>
<d2p1:From>1</d2p1:From>
<d2p1:OnlyUnassigned>true</d2p1:OnlyUnassigned>
<d2p1:To>1</d2p1:To>
</d2p1:ValueRangeOfint>
</d2p1:Ranges>
<d2p1:To>1</d2p1:To>
<d2p1:Values xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d5p1:int>1</d5p1:int>
<d5p1:int>2</d5p1:int>
</d2p1:Values>
</d2p1:NumericFieldQueryObject>
<d2p1:NumericFieldQueryObject>
<d2p1:FieldId>1</d2p1:FieldId>
<d2p1:From>1</d2p1:From>
<d2p1:OperationType>2</d2p1:OperationType>
<d2p1:Ranges>
<d2p1:ValueRangeOfint>
<d2p1:From>1</d2p1:From>
<d2p1:OnlyUnassigned>true</d2p1:OnlyUnassigned>
<d2p1:To>1</d2p1:To>
</d2p1:ValueRangeOfint>
<d2p1:ValueRangeOfint>
<d2p1:From>1</d2p1:From>
<d2p1:OnlyUnassigned>true</d2p1:OnlyUnassigned>
<d2p1:To>1</d2p1:To>
</d2p1:ValueRangeOfint>
</d2p1:Ranges>
<d2p1:To>1</d2p1:To>
<d2p1:Values xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d5p1:int>1</d5p1:int>
<d5p1:int>2</d5p1:int>
</d2p1:Values>
</d2p1:NumericFieldQueryObject>
</d2p1:NumericFields>
<d2p1:Owner xmlns:d3p1="http://schemas.datacontract.org/2004/07/TechExcel.DTKService.Model.Common">
<d3p1:MemberIdObject>
<d3p1:Id>1</d3p1:Id>
<d3p1:Option>2</d3p1:Option>
</d3p1:MemberIdObject>
<d3p1:MemberIdObject>
<d3p1:Id>1</d3p1:Id>
<d3p1:Option>2</d3p1:Option>
</d3p1:MemberIdObject>
</d2p1:Owner>
<d2p1:Status xmlns:d3p1="http://schemas.datacontract.org/2004/07/TechExcel.DTKService.Model.Common">
<d3p1:StatusIdObject>
<d3p1:Id>1</d3p1:Id>
<d3p1:Option>2</d3p1:Option>
</d3p1:StatusIdObject>
<d3p1:StatusIdObject>
<d3p1:Id>1</d3p1:Id>
<d3p1:Option>2</d3p1:Option>
</d3p1:StatusIdObject>
</d2p1:Status>
<d2p1:StoryId>sample string 2</d2p1:StoryId>
<d2p1:Subproject>
<d2p1:IncludeBacklog>true</d2p1:IncludeBacklog>
<d2p1:IncludeChildren>true</d2p1:IncludeChildren>
<d2p1:IncludeClosed>true</d2p1:IncludeClosed>
<d2p1:SubIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:int>1</d4p1:int>
<d4p1:int>2</d4p1:int>
</d2p1:SubIds>
</d2p1:Subproject>
<d2p1:TaskBoardAssignedOption>4</d2p1:TaskBoardAssignedOption>
<d2p1:TaskId>sample string 1</d2p1:TaskId>
<d2p1:TextFields>
<d2p1:TextFieldQueryObject>
<d2p1:FieldId>1</d2p1:FieldId>
<d2p1:NotInclude>true</d2p1:NotInclude>
<d2p1:Word>sample string 2</d2p1:Word>
</d2p1:TextFieldQueryObject>
<d2p1:TextFieldQueryObject>
<d2p1:FieldId>1</d2p1:FieldId>
<d2p1:NotInclude>true</d2p1:NotInclude>
<d2p1:Word>sample string 2</d2p1:Word>
</d2p1:TextFieldQueryObject>
</d2p1:TextFields>
</Condition>
<ProjectId>2</ProjectId>
<ShowStoryOption>3</ShowStoryOption>
<ShowOwnerOption>1</ShowOwnerOption>
</GroupTaskListSummaryBinder>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Get Task list summary group by current owner based on query condition.
API_Data_ListOfTaskListSummaryOfOwner| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean |
None. |
|
| Error | ErrorInfo |
None. |
|
| Data | Collection of TaskListSummaryOfOwner |
None. |
Response Formats
application/json, text/json
Sample:
{
"Success": true,
"Error": {
"ErrorCode": 1,
"ErrorMessage": "sample string 1"
},
"Data": [
{
"OwnerId": {
"Id": 1,
"Option": 2
},
"OwnerName": "sample string 1",
"Summary": {
"TaskCount": 1,
"StoryCount": 2,
"EstTotal": "sample string 3",
"TaskPoints": 4,
"FinishedTaskPoints": 5.1,
"TargetTaskPoints": 6.1,
"StoryPoints": 7,
"FinishedStoryPoints": 8.1,
"TimeSpentWhole": "sample string 9",
"TimeSpent": "sample string 10",
"TimeRemain": "sample string 11",
"TodayTimeSpent": "sample string 12",
"FinishPercentage": "47%",
"FinishedSpecPoints": 13.1,
"SpecPoints": 14.1,
"TargetSpecPoint": 15.1,
"DingPoints": 16,
"MemberCount": 17,
"PlanningTotalHours": 18,
"Workload": "4%",
"RemainedWorkload": "2%",
"PlanningRemainHours": 19,
"DadingSummary": "24m"
},
"CurrentWorkStatus": {
"ClockOn": {
"When": "2025-12-09 02:49:09",
"IsModified": true,
"LastModifiedBy": 3,
"IsAutoGenerated": false
},
"ClockOff": {
"When": "2025-12-09 02:49:09",
"IsModified": true,
"LastModifiedBy": 3,
"IsAutoGenerated": false
},
"CurrentTime": "2025-12-09 02:49:09",
"CurrentStatus": 3
}
},
{
"OwnerId": {
"Id": 1,
"Option": 2
},
"OwnerName": "sample string 1",
"Summary": {
"TaskCount": 1,
"StoryCount": 2,
"EstTotal": "sample string 3",
"TaskPoints": 4,
"FinishedTaskPoints": 5.1,
"TargetTaskPoints": 6.1,
"StoryPoints": 7,
"FinishedStoryPoints": 8.1,
"TimeSpentWhole": "sample string 9",
"TimeSpent": "sample string 10",
"TimeRemain": "sample string 11",
"TodayTimeSpent": "sample string 12",
"FinishPercentage": "47%",
"FinishedSpecPoints": 13.1,
"SpecPoints": 14.1,
"TargetSpecPoint": 15.1,
"DingPoints": 16,
"MemberCount": 17,
"PlanningTotalHours": 18,
"Workload": "4%",
"RemainedWorkload": "2%",
"PlanningRemainHours": 19,
"DadingSummary": "24m"
},
"CurrentWorkStatus": {
"ClockOn": {
"When": "2025-12-09 02:49:09",
"IsModified": true,
"LastModifiedBy": 3,
"IsAutoGenerated": false
},
"ClockOff": {
"When": "2025-12-09 02:49:09",
"IsModified": true,
"LastModifiedBy": 3,
"IsAutoGenerated": false
},
"CurrentTime": "2025-12-09 02:49:09",
"CurrentStatus": 3
}
}
]
}
application/xml, text/xml
Sample:
<API_Data_ArrayOfTaskListSummaryOfOwner xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TechExcel.DTKService.Model.Common">
<Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/TechExcel.DTKService.Model.Entities">
<d2p1:TaskListSummaryOfOwner>
<d2p1:CurrentWorkStatus>
<d2p1:ClockOff xmlns:d5p1="http://schemas.datacontract.org/2004/07/TechExcel.DTKService.Model.Binding">
<d5p1:IsModified>true</d5p1:IsModified>
<d5p1:LastModifiedBy>3</d5p1:LastModifiedBy>
<d5p1:When>2025-12-09T06:49:09.505691-08:00</d5p1:When>
</d2p1:ClockOff>
<d2p1:ClockOn xmlns:d5p1="http://schemas.datacontract.org/2004/07/TechExcel.DTKService.Model.Binding">
<d5p1:IsModified>true</d5p1:IsModified>
<d5p1:LastModifiedBy>3</d5p1:LastModifiedBy>
<d5p1:When>2025-12-09T06:49:09.505691-08:00</d5p1:When>
</d2p1:ClockOn>
<d2p1:CurrentStatus>3</d2p1:CurrentStatus>
<d2p1:CurrentTime>2025-12-09T06:49:09.505691-08:00</d2p1:CurrentTime>
<d2p1:IfOnline>2</d2p1:IfOnline>
</d2p1:CurrentWorkStatus>
<d2p1:OwnerId>
<Id>1</Id>
<Option>2</Option>
</d2p1:OwnerId>
<d2p1:OwnerName>sample string 1</d2p1:OwnerName>
<d2p1:Summary>
<d2p1:DingPoints>16</d2p1:DingPoints>
<d2p1:EstTotal>sample string 3</d2p1:EstTotal>
<d2p1:FinishedSpecPoints>13.1</d2p1:FinishedSpecPoints>
<d2p1:FinishedStoryPoints>8.1</d2p1:FinishedStoryPoints>
<d2p1:FinishedTaskPoints>5.1</d2p1:FinishedTaskPoints>
<d2p1:MemberCount>17</d2p1:MemberCount>
<d2p1:PlanningRemainHours>19</d2p1:PlanningRemainHours>
<d2p1:PlanningTotalHours>18</d2p1:PlanningTotalHours>
<d2p1:SpecPoints>14.1</d2p1:SpecPoints>
<d2p1:StoryCount>2</d2p1:StoryCount>
<d2p1:StoryPoints>7</d2p1:StoryPoints>
<d2p1:TargetSpecPoint>15.1</d2p1:TargetSpecPoint>
<d2p1:TargetTaskPoints>6.1</d2p1:TargetTaskPoints>
<d2p1:TaskCount>1</d2p1:TaskCount>
<d2p1:TaskPoints>4</d2p1:TaskPoints>
<d2p1:TimeRemain>sample string 11</d2p1:TimeRemain>
<d2p1:TimeSpent>sample string 10</d2p1:TimeSpent>
<d2p1:TimeSpentWhole>sample string 9</d2p1:TimeSpentWhole>
<d2p1:TodayTimeSpent>sample string 12</d2p1:TodayTimeSpent>
</d2p1:Summary>
</d2p1:TaskListSummaryOfOwner>
<d2p1:TaskListSummaryOfOwner>
<d2p1:CurrentWorkStatus>
<d2p1:ClockOff xmlns:d5p1="http://schemas.datacontract.org/2004/07/TechExcel.DTKService.Model.Binding">
<d5p1:IsModified>true</d5p1:IsModified>
<d5p1:LastModifiedBy>3</d5p1:LastModifiedBy>
<d5p1:When>2025-12-09T06:49:09.505691-08:00</d5p1:When>
</d2p1:ClockOff>
<d2p1:ClockOn xmlns:d5p1="http://schemas.datacontract.org/2004/07/TechExcel.DTKService.Model.Binding">
<d5p1:IsModified>true</d5p1:IsModified>
<d5p1:LastModifiedBy>3</d5p1:LastModifiedBy>
<d5p1:When>2025-12-09T06:49:09.505691-08:00</d5p1:When>
</d2p1:ClockOn>
<d2p1:CurrentStatus>3</d2p1:CurrentStatus>
<d2p1:CurrentTime>2025-12-09T06:49:09.505691-08:00</d2p1:CurrentTime>
<d2p1:IfOnline>2</d2p1:IfOnline>
</d2p1:CurrentWorkStatus>
<d2p1:OwnerId>
<Id>1</Id>
<Option>2</Option>
</d2p1:OwnerId>
<d2p1:OwnerName>sample string 1</d2p1:OwnerName>
<d2p1:Summary>
<d2p1:DingPoints>16</d2p1:DingPoints>
<d2p1:EstTotal>sample string 3</d2p1:EstTotal>
<d2p1:FinishedSpecPoints>13.1</d2p1:FinishedSpecPoints>
<d2p1:FinishedStoryPoints>8.1</d2p1:FinishedStoryPoints>
<d2p1:FinishedTaskPoints>5.1</d2p1:FinishedTaskPoints>
<d2p1:MemberCount>17</d2p1:MemberCount>
<d2p1:PlanningRemainHours>19</d2p1:PlanningRemainHours>
<d2p1:PlanningTotalHours>18</d2p1:PlanningTotalHours>
<d2p1:SpecPoints>14.1</d2p1:SpecPoints>
<d2p1:StoryCount>2</d2p1:StoryCount>
<d2p1:StoryPoints>7</d2p1:StoryPoints>
<d2p1:TargetSpecPoint>15.1</d2p1:TargetSpecPoint>
<d2p1:TargetTaskPoints>6.1</d2p1:TargetTaskPoints>
<d2p1:TaskCount>1</d2p1:TaskCount>
<d2p1:TaskPoints>4</d2p1:TaskPoints>
<d2p1:TimeRemain>sample string 11</d2p1:TimeRemain>
<d2p1:TimeSpent>sample string 10</d2p1:TimeSpent>
<d2p1:TimeSpentWhole>sample string 9</d2p1:TimeSpentWhole>
<d2p1:TodayTimeSpent>sample string 12</d2p1:TodayTimeSpent>
</d2p1:Summary>
</d2p1:TaskListSummaryOfOwner>
</Data>
<Error>
<ErrorCode>1</ErrorCode>
<ErrorMessage>sample string 1</ErrorMessage>
</Error>
<Success>true</Success>
</API_Data_ArrayOfTaskListSummaryOfOwner>