Get Record's Plottable Location
| Scope: | get_record_location |
| App Type: | Agency |
| Authorization Type: | Access token |
| Url: | v3/records/{id}/location?lang={lang} |
| HTTP Method: | GET |
Response Information
application/json
{
"location": {
"gisObject": {
"id": "sample string 1",
"layerId": "sample string 2",
"mapService": "sample string 3",
"featureId": "sample string 4",
"featureIdFieldName": "sample string 5",
"entityState": "sample string 6"
},
"geometryPoint": {
"id": "sample string 1",
"X": "sample string 2",
"Y": "sample string 3"
}
},
"page": {
"totalRows": 1,
"hasMore": true
}
}