Request Information

URI Parameters

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

Guid ID of the site.

Body Parameters

None.

Response Information

Resource Description (ActiveProjectTask)

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

ID of the Task.

SiteID globally unique identifier

ID of the

StartDate date

Start Date of the task.

EndDate date

End date of the task.

TaskName string

Name of the Task.

ProjectName string

Name of the active project for the given task.

DepartmentName string

Name of the department for the given active project.

PersonResponsible string

Name of the person responsible for the task.

HoursProjected decimal number

Number of projected hours for the given person responsible.

HoursActual decimal number

Number of actual hours for the given person responsible.

ProjectStatus string

Status of the parent Project for the given task.

DueStatus integer

Number code of the due status for the given task.

DueStatusText string

Text value of the due status for the given task.

Response Formats

application/xml, text/xml

Sample
<ActiveProjectTask xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://col4.com/api/v4">
  <TaskID>2f569bbd-25f5-4f77-9626-87906803fd98</TaskID>
  <SiteID>b2d2efcc-7b66-4ba7-a6cc-334b229c5500</SiteID>
  <StartDate>2024-04-18T12:15:03.7692378+00:00</StartDate>
  <EndDate>2024-04-18T12:15:03.7692378+00:00</EndDate>
  <TaskName>sample string 1</TaskName>
  <ProjectName>sample string 2</ProjectName>
  <DepartmentName>sample string 3</DepartmentName>
  <PersonResponsible>sample string 4</PersonResponsible>
  <HoursProjected>5</HoursProjected>
  <HoursActual>6</HoursActual>
  <ProjectStatus>sample string 7</ProjectStatus>
  <DueStatus>8</DueStatus>
  <DueStatusText>sample string 9</DueStatusText>
</ActiveProjectTask>

application/json, text/json

Sample
{
  "TaskID": "2f569bbd-25f5-4f77-9626-87906803fd98",
  "SiteID": "b2d2efcc-7b66-4ba7-a6cc-334b229c5500",
  "StartDate": "2024-04-18T12:15:03.7692378+00:00",
  "EndDate": "2024-04-18T12:15:03.7692378+00:00",
  "TaskName": "sample string 1",
  "ProjectName": "sample string 2",
  "DepartmentName": "sample string 3",
  "PersonResponsible": "sample string 4",
  "HoursProjected": 5.0,
  "HoursActual": 6.0,
  "ProjectStatus": "sample string 7",
  "DueStatus": 8,
  "DueStatusText": "sample string 9"
}