Returns the list of attributes available for enterprise controls.
URL
{RMUrl}/api/objects/info/ERMControl/attributes
REQUEST METHOD
GET
URL PARAMETERS
This feature does not have parameters.
REQUEST EXAMPLE
{RMUrl}/api/objects/info/book/attributes
SUCCESS RESPONSE
For more information on attribute types, see Appendix 1: Attribute Types.
SUCCESS RESPONSE EXAMPLES
[
{
"Name":"Oid",
"TypeName":"Number",
"VariableName":"Oid",
"Description":"",
"DecimalPlaces":0
"Required":true
},
{
"Name":"",
"TypeName":"Text",
"VariableName":"Description",
"Required":true
"Description":"The description is used to provide additional data on the control.",
"MaxLength":5000
},
{
"TypeName":"Text",
"VariableName":"Name",
"Required":true
"MinLength":1,
"MaxLength":1000
}
]