GET api/todo/group/taskprofile?taskId={taskId}
Get the profile infos for a task
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| taskId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
GroupTaskDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| PeopleGroup | PeopleGroupDataContract |
None. |
|
| GroupInterests | Collection of RoleDataContract |
None. |
|
| ToDoDetails | ToDoDetailsDataContract |
None. |
|
| ClaimedNegotiator | NegotiatorTodoDataContract |
None. |
|
| DueDate | date |
None. |
|
| Overdue | boolean |
None. |
|
| StatusType | EnumDataContract |
None. |
|
| BranchId | integer |
None. |
|
| Id | integer |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.