GET api/todo/group/taskprofile?taskId={taskId}

Get the profile infos for a task Processes this group to do API request. The parameter and response sections describe the data exchanged with the API.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
taskId

The unique identifier of the task resource.

integer

Required

Body Parameters

None.

Response Information

Resource Description

The response returned after the operation completes.

GroupTaskDataContract
NameDescriptionTypeAdditional information
PeopleGroup

The people group value.

PeopleGroupDataContract

None.

GroupInterests

The collection of group interests.

Collection of RoleDataContract

None.

ToDoDetails

The to do details value.

ToDoDetailsDataContract

None.

ClaimedNegotiator

The claimed negotiator value.

NegotiatorTodoDataContract

None.

DueDate

The due date, expressed as a date and time.

date

None.

Overdue

Indicates whether overdue is true.

boolean

None.

StatusType

The status type value.

EnumDataContract

None.

BranchId

The unique identifier of the related branch resource.

integer

None.

Id

The unique identifier of this resource.

integer

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.