Get electric cable connection details
  • 29 Aug 2023
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

Get electric cable connection details

  • Dark
    Light
  • PDF

Article summary

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?