GetGeometry()

The GetGeometry() command returns the geometry information for the given geometry ID.

  • Quota: 1
Table 1. Parameters
ParameterTypeMax LengthRequiredDescription
apiTokenstring20Y Your API security token configured in Field View.
geometryIDintegerY The geometry ID for which to retrieve information.
Table 2. Returns
FieldTypeDescription
GeometryInformationGeometryInformationGeometry information structure.
Example Header
<GeometryResponse>
       <Status>
           SUCCESS
           <Message>Success.</Message>
       </Status>
       <GeometryInformation>
           <ID></ID>
           <Description></Description>
           <Reference></Reference>
           <ResponsibleOrganisationID></ResponsibleOrganisationID>
           <ResponsibleOrganisation></ResponsibleOrganisation>
           <ResponsiblePersonID></ResponsiblePersonID>
           <ResponsiblePerson></ResponsiblePerson>
           <DrawingNumber></DrawingNumber>
           <GeometryTypeID></GeometryTypeID>
           <GeometryType></GeometryType>
           <GeometryClassificationID></GeometryClassificationID>
           <GeometryClassification></GeometryClassification>
           <GeometryImageID></GeometryImageID>
           <AssetModel></AssetModel>
           <Quantity></Quantity>
           <Active></Active>
           <Deleted></Deleted>
       </GeometryInformation>
   </GeometryResponse>