Returns details on an event attribute.
URL
{WSUrl}/api/info/attributes/<AttributeVariableName>
REQUEST METHOD
GET
URL PARAMETER
VariableName: This parameter is provided in the URL and does not need to be sent through GET.
REQUEST EXAMPLE
{WSUrl}/api/info/attributes/var_mutiple_option
SUCCESS RESPONSE EXAMPLE
{
"Name":"Multiple Option",
"VariableName":"var_multi_option",
"Description":"description",
"TypeName":"MultiSelect",
"MinLength":null,
"MaxLength":null,
"FieldMask":null,
"MinValue":null,
"MaxValue":null,
"DecimalPlaces":0,
"ApplyAlphabeticalOrder":false,
"AllowedValues":["c","b","a"]
}