The GetGeometry() command returns the geometry information for the given geometry ID.
|
| Parameter | Type | Max Length | Required | Description |
|---|---|---|---|---|
| apiToken | string | 20 | Y | Your API security token configured in Field View. |
| geometryID | integer | Y | The geometry ID for which to retrieve information. |
| Field | Type | Description |
|---|---|---|
| GeometryInformation | GeometryInformation | Geometry 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>