Request Information

URI Parameters

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

Guid ID of the given individual.

projectId globally unique identifier Required

Guid ID of the project.

Body Parameters

None.

Response Information

Resource Description (TeamMember)

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

ID of the Project.

IndividualID globally unique identifier Required

ID of the user.

RoleID globally unique identifier Required

ID of the Team member's role.

HoursProjected decimal number Required

Number of hours this team member is projected to work on this project.

HoursActual decimal number Required

Number of hours this team member actually worked on this project.

ID globally unique identifier ReadOnly

ID of the Team Member.

RoleName string ReadOnly

Name of the team member's role.

HoursActualRollup decimal number ReadOnly

Sum of the actual number of hours spent on this project.

HoursProjectedRollup decimal number ReadOnly

Sum of the projected number of hours to be spent on this project.

IndividualFullName string ReadOnly

Full name of the team member.

Created date ReadOnly

Date the team member was added to the project.

CreatedBy globally unique identifier ReadOnly

ID of the individual that created the team member.

SiteID globally unique identifier ReadOnly

ID of the site for the team member.

Updated date ReadOnly

Date the team member was last updated.

UpdatedBy globally unique identifier ReadOnly

ID of the individual that updated the team member.

IndividualFullOrderedName string ReadOnly

Full ordered name of the given team member.

RoleDescription string

Description of the team member's role on the project (Max 50 charactors)

TeamSurvey boolean

Set if Team Survey should be sent to the team member.

Response Formats

application/xml, text/xml

Sample
<TeamMember xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://col4.com/api/v4">
  <TaskID>b4d04f79-60c1-40b6-9d0e-032a757586b6</TaskID>
  <IndividualID>3d268951-a551-4a6f-a950-29eeb8417990</IndividualID>
  <RoleID>b6690992-9147-4ae3-bd36-a9c1018d2960</RoleID>
  <HoursProjected>1</HoursProjected>
  <HoursActual>1</HoursActual>
  <ID>b4a4f351-e93a-42e4-a836-d73b0862dec2</ID>
  <RoleName>sample string 1</RoleName>
  <HoursActualRollup>1</HoursActualRollup>
  <HoursProjectedRollup>1</HoursProjectedRollup>
  <IndividualFullName>sample string 2</IndividualFullName>
  <Created>2024-04-14T17:12:30.4445431+00:00</Created>
  <CreatedBy>445748a4-c1c4-4d43-b4e8-abec1412230c</CreatedBy>
  <SiteID>4c0998cf-66ab-433c-96b4-94d966e0434c</SiteID>
  <Updated>2024-04-14T17:12:30.4445431+00:00</Updated>
  <UpdatedBy>ea96897c-aa61-4480-84d4-417e440de0b5</UpdatedBy>
  <IndividualFullOrderedName>sample string 3</IndividualFullOrderedName>
  <RoleDescription>sample string 4</RoleDescription>
  <TeamSurvey>true</TeamSurvey>
</TeamMember>

application/json, text/json

Sample
{
  "TaskID": "b4d04f79-60c1-40b6-9d0e-032a757586b6",
  "IndividualID": "3d268951-a551-4a6f-a950-29eeb8417990",
  "RoleID": "b6690992-9147-4ae3-bd36-a9c1018d2960",
  "HoursProjected": 1.0,
  "HoursActual": 1.0,
  "ID": "b4a4f351-e93a-42e4-a836-d73b0862dec2",
  "RoleName": "sample string 1",
  "HoursActualRollup": 1.0,
  "HoursProjectedRollup": 1.0,
  "IndividualFullName": "sample string 2",
  "Created": "2024-04-14T17:12:30.4445431+00:00",
  "CreatedBy": "445748a4-c1c4-4d43-b4e8-abec1412230c",
  "SiteID": "4c0998cf-66ab-433c-96b4-94d966e0434c",
  "Updated": "2024-04-14T17:12:30.4445431+00:00",
  "UpdatedBy": "ea96897c-aa61-4480-84d4-417e440de0b5",
  "IndividualFullOrderedName": "sample string 3",
  "RoleDescription": "sample string 4",
  "TeamSurvey": true
}