- Print
- DarkLight
- PDF
Get sn constant data details.
Article summary
Did you find this summary helpful?
Thank you for your feedback
Get
/sn_constants/{id}/
Operation retrieves details of given id.
Security
API Key
Header parameter nameAuthorization
Token issued for API consumer.
Path parameters
id
integerRequired
Id of Sn constant.
Responses
200
Sn constant data details.
object
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
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?