Description
The circuits resource provides access to the alter, create, delete, expert, query, and verify operations which allow you to create and work with circuits in a telecom domain network.
Request parameter
| Parameter | Details | 
|---|---|
| 
 | The response format. The default response format is   | 
JSON Response syntax
“success” : <boolean>,
  “error” : {                   // only if success is false
    “extendedCode” : <HRESULT>,
    “message” : <string>,
    “details” : [ <string> ]
}Example usage
The following is an example request URL and JSON response:
https://myserver.esri.com/server/rest/services/Telco/UtilityNetworkServer/circuits
{
 "success": true
}