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

Get the profile infos for a task

Request Information

URI Parameters

NameDescriptionTypeAdditional information
taskId

integer

Required

Body Parameters

None.

Response Information

Resource Description

GroupTaskDataContract
NameDescriptionTypeAdditional 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:

An exception has occurred while using the formatter 'SanitizingJsonMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: Self referencing loop detected with type 'Dezrez.Core.DataContracts.External.Api.Group.Query.Get.PreferredCompanyDataContract'. Path 'PeopleGroup.PreferredCompanies[0].Group.PreferredCompanies'.

text/json

Sample:

An exception has occurred while using the formatter 'SanitizingJsonMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: Self referencing loop detected with type 'Dezrez.Core.DataContracts.External.Api.Group.Query.Get.PreferredCompanyDataContract'. Path 'PeopleGroup.PreferredCompanies[0].Group.PreferredCompanies'.