GetGeometryTier()

Returns a list of children geometry items below the given parent geometry ID in Field View.

  • Quota: 1
Table 1. Parameters
ParameterTypeMax LengthRequiredDescription
apiTokenstring20YYour API security token configured in Field View.
parentIDintegerYThe parent ID of the children for which to retrieve information. Start at parentId 0 to get the root node, then use GeometryTierInformation.ID as the parentID in subsequent requests to recurse down the geometry hierarchy.
projectIDintegerYThe project ID for which to retrieve information.
activeOnly booleanYIf true, only active geometry items will be returned. If false, deactivated geometry items will be returned too.
Table 2. Returns
FieldTypeDescription
GeometryTierInformationGeometryTierInformationGeometry tier information structure.
<GeometryTierResponse>
       <Status>
           SUCCESS
           <Message>Success.</Message>
       </Status>
       <GeometryTierInformation>
           <ID></ID>
           <ParentID></ParentID>
           <Description></Description>
           <SortOrder></SortOrder>
           <HasChildren></HasChildren>
           <Calibrated></Calibrated>
           <GeometryTypeID></GeometryTypeID>
           <GeometryType></GeometryType>
           <GeometryClassificationID></GeometryClassificationID>
           <GeometryClassification></GeometryClassification>
           <Status></Status>
           <StatusColour></StatusColour>
           <GeometryImageID></GeometryImageID>
           <CalibratedGeometryImageID></CalibratedGeometryImageID>
           <Active></Active>
           <Deleted></Deleted>
       </GeometryTierInformation>
   </GeometryTierResponse>