Skip to main content

GetOrganisationTypes()

Modified: 6 Jun 2026 Viewpoint Field View Developer / API Help

The GetOrganisationTypes() command returns a list of organisation types in Field View.

  • Quota: 1
Table 1. Parameters
ParameterTypeMax LengthRequiredDescription
apiTokenstring20Y Your API security token configured in Field View.
Table 2. Returns
FieldTypeDescription
OrganisationTypeInformationOrganisationTypeInformationOrganisation tpe information structure.
<OrganisationTypeResponse>
       <Status>
           SUCCESS
           <Message>Success.</Message>
       </Status>
       <OrganisationTypeInformation>
           <ID></ID>
           <Description></Description>
       </OrganisationTypeInformation>
   </OrganisationTypeResponse>
Submit

Table of Contents