Request Information

URI Parameters

System.Collections.ObjectModel.Collection`1[Connections.API.Areas.HelpPage.ModelDescriptions.ParameterDescription] IList
taskid globally unique identifier Required

Guid ID for the task.

Body Parameters

None.

Response Information

Resource Description (PersonResponsible)

System.Collections.ObjectModel.Collection`1[Connections.API.Areas.HelpPage.ModelDescriptions.ParameterDescription] IList
TaskID globally unique identifier Required

ID of the task for which an individual is responsible.

IndividualID globally unique identifier Required

ID of the individual responsible responsible for the given task.

HoursProjected decimal number

Number of projected hours for the given task.

HoursActual decimal number

Number of actual hours for the given task.

ID globally unique identifier ReadOnly

ID of the person responsible for the given task.

TaskIndividualGroupID globally unique identifier ReadOnly

ID of the task group; sponser, consultant, leader, team member

Created date ReadOnly

Date the person was made responsible for the task.

CreatedBy globally unique identifier ReadOnly

ID of the person that assigned the individual to be responsible for the task.

SiteID globally unique identifier ReadOnly

ID of the site for the given individual and task.

Updated date ReadOnly

The date the given person responsible was last updated.

UpdatedBy globally unique identifier ReadOnly

ID of the person that updated the given person responsible.

HoursActualRollup decimal number ReadOnly

Sum of the hours the given task actually took.

HoursProjectedRollup decimal number ReadOnly

Sum of the hours the given task was projected to take.

FullName string ReadOnly

Full Name of the individual responsible.

Response Formats

application/xml, text/xml

Sample
<PersonResponsible xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://col4.com/api/v4">
  <TaskID>bca1dcb9-8b65-4617-85ab-67ba7d5852a1</TaskID>
  <IndividualID>0d3468ae-24f7-4f49-bb81-441132580434</IndividualID>
  <HoursProjected>1</HoursProjected>
  <HoursActual>1</HoursActual>
  <ID>d015a5b8-dbd8-4e20-a154-1c29b2f9bffe</ID>
  <TaskIndividualGroupID>13e41601-be82-4c28-8ec6-664782ca03c8</TaskIndividualGroupID>
  <Created>2024-03-03T04:07:44.9113835+00:00</Created>
  <CreatedBy>dd083b5b-66bd-40ac-ae52-475f867688f0</CreatedBy>
  <SiteID>e244a285-9a49-4f22-b63b-eacb6d1aa24e</SiteID>
  <Updated>2024-03-03T04:07:44.9113835+00:00</Updated>
  <UpdatedBy>0368686c-1168-409c-9205-d5d2100b37f4</UpdatedBy>
  <HoursActualRollup>1</HoursActualRollup>
  <HoursProjectedRollup>1</HoursProjectedRollup>
  <FullName>sample string 1</FullName>
</PersonResponsible>

application/json, text/json

Sample
{
  "TaskID": "bca1dcb9-8b65-4617-85ab-67ba7d5852a1",
  "IndividualID": "0d3468ae-24f7-4f49-bb81-441132580434",
  "HoursProjected": 1.0,
  "HoursActual": 1.0,
  "ID": "d015a5b8-dbd8-4e20-a154-1c29b2f9bffe",
  "TaskIndividualGroupID": "13e41601-be82-4c28-8ec6-664782ca03c8",
  "Created": "2024-03-03T04:07:44.9113835+00:00",
  "CreatedBy": "dd083b5b-66bd-40ac-ae52-475f867688f0",
  "SiteID": "e244a285-9a49-4f22-b63b-eacb6d1aa24e",
  "Updated": "2024-03-03T04:07:44.9113835+00:00",
  "UpdatedBy": "0368686c-1168-409c-9205-d5d2100b37f4",
  "HoursActualRollup": 1.0,
  "HoursProjectedRollup": 1.0,
  "FullName": "sample string 1"
}