GET Map/GetFieldGuidFromLayerHash?LayerIDHash={LayerIDHash}
Get the FieldGUID from the LayerIDHash provided
Request Information
URI Parameters
Name | Description | Type | Additional Information |
---|---|---|---|
LayerIDHash |
The layer hash that is generated on the soil test submittal form from mapping. |
string |
Required |
Body Parameters
Response Information
Resource Description
Get the FieldGUID from the LayerIDHash provided
AgvMapName | Description | Type | Additional Information |
---|---|---|---|
Status |
Status of the API call. |
string | |
Message |
Message of the API call. |
string | |
MapData |
Map data. |
string |
Response Formats
application/json, text/json
Sample:
{ "Status": "sample string 1", "Message": "sample string 2", "MapData": "sample string 3" }
application/xml, text/xml
Sample:
<AgvMap xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AgvWebAPICSharp.Models.Map"> <MapData>sample string 3</MapData> <Message>sample string 2</Message> <Status>sample string 1</Status> </AgvMap>