Read a single team member by ID.
|
id
globally unique identifier
Required
Guid ID of the team member to be read. |
None.
|
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. |
<TeamMember xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://col4.com/api/v4"> <TaskID>704f6d78-59e6-4560-bc68-4b8035d3f130</TaskID> <IndividualID>2cfdb9cc-6b39-4f9d-b979-cf51fb7f6bb1</IndividualID> <RoleID>75adc9c0-68ab-4a3b-b55d-741476009ada</RoleID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>9646fd62-f8cd-40ee-91ac-d50c643aff20</ID> <RoleName>sample string 1</RoleName> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <IndividualFullName>sample string 2</IndividualFullName> <Created>2025-11-01T15:04:32.2944409+00:00</Created> <CreatedBy>c2cec440-7cc4-446e-b862-4fa782a2daa5</CreatedBy> <SiteID>dca9397b-bc4a-4b75-8639-a46ebe5294b7</SiteID> <Updated>2025-11-01T15:04:32.2944409+00:00</Updated> <UpdatedBy>dfc5e972-f9b0-4557-8eb0-27f872d67720</UpdatedBy> <IndividualFullOrderedName>sample string 3</IndividualFullOrderedName> <RoleDescription>sample string 4</RoleDescription> <TeamSurvey>true</TeamSurvey> </TeamMember>
{
"TaskID": "704f6d78-59e6-4560-bc68-4b8035d3f130",
"IndividualID": "2cfdb9cc-6b39-4f9d-b979-cf51fb7f6bb1",
"RoleID": "75adc9c0-68ab-4a3b-b55d-741476009ada",
"HoursProjected": 1.0,
"HoursActual": 1.0,
"ID": "9646fd62-f8cd-40ee-91ac-d50c643aff20",
"RoleName": "sample string 1",
"HoursActualRollup": 1.0,
"HoursProjectedRollup": 1.0,
"IndividualFullName": "sample string 2",
"Created": "2025-11-01T15:04:32.2944409+00:00",
"CreatedBy": "c2cec440-7cc4-446e-b862-4fa782a2daa5",
"SiteID": "dca9397b-bc4a-4b75-8639-a46ebe5294b7",
"Updated": "2025-11-01T15:04:32.2944409+00:00",
"UpdatedBy": "dfc5e972-f9b0-4557-8eb0-27f872d67720",
"IndividualFullOrderedName": "sample string 3",
"RoleDescription": "sample string 4",
"TeamSurvey": true
}