The GetProjectOrganisations() command returns a list of project organsations 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 project ID you wish to retrieve information for. |
|
name | string | 100 | | The name of the project |
<ProjectOrganisationResponse>
<Status>
SUCCESS
<Message>Success.</Message>
</Status>
<ProjectOrganisationInformation>
<ID></ID>
<Name></Name>
<Alias></Alias>
<RegistrationNo></RegistrationNo>
<OrganisationTypeID></OrganisationTypeID>
<OrganisationType></OrganisationType>
<OrganisationEmail></OrganisationEmail>
<HasProjectRole></HasProjectRole>
<Active></Active>
</ProjectOrganisationInformation>
</ProjectOrganisationResponse>