GetOrganisations()
The GetOrganisations() command returns a list of organisations in Field View.
|
Parameter | Type | Max Length | Required | Description |
---|---|---|---|---|
apiToken | string | 20 | Y | Your API security token configured in Field View. |
name | string | 100 | The name of the organisation. | |
alias | string | 100 | The alias of the organisation e.g. SRM, LOR, BB. | |
registrationNo | string | The company registration number of the organisation. | ||
idGreaterThan | integer | You can use this filter to retrieve new organisations added since you updated a local store. | ||
startRow | integer | Y | The start row range of records you wish to retrieve. | |
pageSize | integer | Y | The number of records you wish to retrieve. Must be less than, or equal to, 1000. |
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>