GetProjectPeople()

The GetProjectPeople() command returns a list of people on a given project in Field View.

  • Quota: 1
Table 1. Parameters
ParameterTypeMax LengthRequiredDescription
apiTokenstring20YYour API security token configured in Field View.
projectIDintegerYThe unique ID of the project.
organisationIDintegerYThe unique ID of the organisation.
personNamestring103Filters the returned results where the person name contains the supplied string.
Table 2. Returns
FieldTypeDescription
ProjectPeopleInformationProjectPeopleInformationProject people information structure.
<ProjectPeopleResponse>
       <Status>
           SUCCESS
           <Message>Success.</Message>
       </Status>
       <ProjectPeopleInformation>
           <ID></ID>
           <Name></Name>
           <OrganisationID></OrganisationID>
           <Organisation></Organisation>
           <OrganisationTypeID></OrganisationTypeID>
           <OrganisationType></OrganisationType>
           <LoginName></LoginName>
           <Email></Email>
           <Telephone></Telephone>
           <MobilePhone></MobilePhone>
           <Fax></Fax>
       </ProjectPeopleInformation>
   </ProjectPeopleResponse>
Note: If you've migrated your account to Trimble Construction One, there won't be a line for your login name.