The GetProjectPeople() command returns a list of people on a
given project in Field View.
Table 1. Parameters| Parameter | Type | Max Length | Required | Description |
|---|
| apiToken | string | 20 | Y | Your API security token configured in Field View. |
| projectID | integer | | Y | The unique ID of the project. |
| organisationID | integer | | Y | The unique ID of the organisation. |
| personName | string | 103 | | Filters the returned results where the person name contains the supplied string. |
Table 2. Returns| Field | Type | Description |
|---|
| ProjectPeopleInformation | ProjectPeopleInformation | Project 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.