Read a single team member by individual ID and project ID.
individualId
globally unique identifier
Required
Guid ID of the given individual. |
projectId
globally unique identifier
Required
Guid ID of the project. |
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>72991db8-7cdd-40dd-88cb-a3e116a36da7</TaskID> <IndividualID>c78d1174-3df8-4b62-8e49-ad665c0f1652</IndividualID> <RoleID>2f8439c2-513f-4148-bfa6-274936fc1934</RoleID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>f9c5d995-1dcb-4a7b-b4f5-21d6a66c8e44</ID> <RoleName>sample string 1</RoleName> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <IndividualFullName>sample string 2</IndividualFullName> <Created>2022-06-05T07:31:01.780218+00:00</Created> <CreatedBy>2acd4bb1-a2de-407e-abc8-f21cc593c5a6</CreatedBy> <SiteID>a956b0a8-21db-4d10-9546-37a4969c6a4e</SiteID> <Updated>2022-06-05T07:31:01.780218+00:00</Updated> <UpdatedBy>bb2357b0-2da6-4be6-8d6a-ff9662f981a1</UpdatedBy> <IndividualFullOrderedName>sample string 3</IndividualFullOrderedName> <RoleDescription>sample string 4</RoleDescription> <TeamSurvey>true</TeamSurvey> </TeamMember>
{ "TaskID": "72991db8-7cdd-40dd-88cb-a3e116a36da7", "IndividualID": "c78d1174-3df8-4b62-8e49-ad665c0f1652", "RoleID": "2f8439c2-513f-4148-bfa6-274936fc1934", "HoursProjected": 1.0, "HoursActual": 1.0, "ID": "f9c5d995-1dcb-4a7b-b4f5-21d6a66c8e44", "RoleName": "sample string 1", "HoursActualRollup": 1.0, "HoursProjectedRollup": 1.0, "IndividualFullName": "sample string 2", "Created": "2022-06-05T07:31:01.780218+00:00", "CreatedBy": "2acd4bb1-a2de-407e-abc8-f21cc593c5a6", "SiteID": "a956b0a8-21db-4d10-9546-37a4969c6a4e", "Updated": "2022-06-05T07:31:01.780218+00:00", "UpdatedBy": "bb2357b0-2da6-4be6-8d6a-ff9662f981a1", "IndividualFullOrderedName": "sample string 3", "RoleDescription": "sample string 4", "TeamSurvey": true }