 
            | Version: 10.8.1b | 
| ArcFM Server Overview > REST API > Get Network EID | 
The GetNetworkEID tool allows you to retrieve EID values for features. These values may be required by some parameters in the Electric, Gas, and Water tracing tools.
http://dufek/ArcGIS/rest/services/Gas/MapServer/exts/ArcFMMapServer/GetNetworkEID?
modelName=VALVE&
point={x%3A2213252.324%2C+y%3A397683.849}&
tolerance=10&
f=pjson
Set the parameters and click GetNetworkEID to start the search. The following table describes the available parameters as well as valid and default values.
|  | The point field accepts an XY value as shown in the image above as well as a value in json format. For example: {x:2213252.324, y:397683.849} This format also allows you to indicate a spatial reference. For example: {x:2213252.324, y:397683.849, spatialReference:{WKID:4326}} | 
| Property | Description | Valid Values | URI Values | Default Value | 
|---|---|---|---|---|
| modelName | Model name that identifies the feature class (e.g., VALVE). | Any valid class model name | Null | |
| point | An XY value indicating the point at which you want to search for features. | Any valid XY location on the map | 
 | Null | 
| tolerance | A numerical value indicating in map units the search tolerance for the search. | Any positive whole number | Null | |
| format | Select the format used to return results. | json, html | json, html | json |