The SearchOrganisations() command returns a list of organisations in Field View.
Table 1. Parameters| Parameter | Type | Max Length | Required | Description |
|---|
| apiToken | string | 20 | Y | Your API security token configured in Field View. |
| search | string | 100 | Y |
The search string to search the organisations for. Must be greater than, or equal to, 3 charactersApplies the search string to the name and alias column, and returns potential matches. |
Table 2. Returns| Field | Type | Description |
|---|
| OrganisationInformation | OrganisationInformation | Organisation information structure. |
<OrganisationResponse>
<Status>
SUCCESS
<Message>Success.</Message>
</Status>
<OrganisationInformation>
<ID></ID>
<Name></Name>
<Alias></Alias>
<RegistrationNo></RegistrationNo>
<Active></Active>
</OrganisationInformation>
</OrganisationResponse>