Get
/sn_control/{id}/
Operation is used to retrieve full details of a given Control Table entry id.
Security
API Key
Header parameter nameAuthorization
Token issued for API consumer.
Path parameters
id
integerRequired
Id of Control Table entry
Responses
200
Control Table entry
object
ClassId
object (SnConstants)
groupname
string
Group name of constant. Group name must contain only uppercase letters separated by underscores.
id
integer
Primary key
num_value
integer
Numerical value of the constant
orderno
integer
Order number
txt
string
Human readable textual representation
txt_2
string
Human readable textual representation
value
string
Logical textual value
def_1
string
Definition 1
Max length30
def_2
string
Definition 2
Max length30
def_3
string
Definition 3
Max length30
feature
string
Feature identifier
Max length20
id
integer
Primary key
net_type
string
Network type
Max length20
sortby
integer
Sort order value
type
string
Type value (stored as 'class' in database)
Max length20
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