Get supercable details

Prev Next
Get
/supercables/{id}

Operation is used to retrieve full details of given supercable id. Available from product version 3.2.6.

Security
API Key: Token
Header parameter nameAuthorization

Token issued for API consumer.

Path parameters
id
integerRequired

Id of supercable

Responses
200

Supercable

object

Cable type

createdBy
string

Creator

createdTs
string (date-time)

Creation date time

id
integer

Primary key

label
string

Supercable label

listUrl
string

Url to fetch all cable types

name
string

Supercable name

updatedBy
string

Last updater

updatedTs
string (date-time)

Last update date time

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