GetProjectPeople()
The GetProjectPeople() command returns a list of people on a given project in Field View.
|
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. |
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>