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

Get Cable Appendix details

Prev Next
Get
/cable-appendixes/{id}/

Operation is used to retrieve full details of a given Cable Appendix by id. Available from product version 2026.1.0.

Security
API Key: Token
Header parameter nameAuthorization

Token issued for API consumer.

Path parameters
id
integerRequired

Id of Cable Appendix

Responses
200

Cable Appendix

object

A Cable Appendix represents a connection between a Cable and a loop. When a CableAppendix is created, the loop's length is added to the Cable's extra_length. When deleted, the loop's length is removed from the Cable's extra_length.

cable
string (uri)

Hyperlink (URL reference) to the Cable associated with this appendix.

id
integer

Primary key

point
string (uri)

Hyperlink (URL reference) to the loop associated with this appendix.

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