Documentation Index

Fetch the complete documentation index at: https://support.keypro.fi/llms.txt

Use this file to discover all available pages before exploring further.

2025-11-06 14.00 UTC - There are currently no active events. All systems operational.

Get electric conduit connection details

Prev Next
Get
/el_conduit_connections/{id}/

Operation is used to retrieve full details of given electric conduit connection id. Available from product version 3.2.2.

Security
API Key: Token
Header parameter nameAuthorization

Token issued for API consumer.

Path parameters
id
integerRequired

Id of electric conduit connection

Responses
200

Electric Conduit Connection

object
conduit
string (url)

Electric Conduit details link

direction
string

which end of the electric conduit is object connected (Beginning or End)

Valid values[ "B", "E" ]
id
integer

Primary key

manhole
string (url)

Electric Manhole 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