- Print
- DarkLight
- PDF
Get electric cable connection details
Article summary
Did you find this summary helpful?
Thank you for your feedback
Get
/el_cable_connections/{id}/
Operation is used to retrieve full details of given cable connection id. Available from product version 3.2.2.
Security
API Key
Header parameter nameAuthorization
Token issued for API consumer.
Path parameters
id
integer Required
Id of electric cable connection
Responses
200
Electric cable Connection
object
cable
string
Electric Cable details link
direction
string
which end of the electric cable is object connected (Beginning or End)
Valid values["B","E"]
id
integer
Primary key
manhole
string
Electric Manhole details link
pole
string
Electric Pole details link
premise
string
Electric Premises details link
splice
string
Electric Splice details link
streetlight
string
Streetlight details link
401
Authentication credentials are missing or invalid
{
"details": "Authentication credentials were not provided"
}
object
details
string
Detailed description of error
404
Object was not found
{
"details": "Not found."
}
object
details
string
Detailed description of error
Was this article helpful?