Overview
Retrieves all the dropdowns style.
Response Arguments
| Name |
Type |
Description |
|
<dropdowns>
|
Array
|
Returns all the dropdowns style.
|
Response
"account_type_dom_style": {
"": {
"backgroundColor": "#517bf8"
},
"Analyst": {
"backgroundColor": "#36b0ff"
},
"Competitor": {
"backgroundColor": "#00e0e0"
},
"Customer": {
"backgroundColor": "#00ba83"
},
"Integrator": {
"backgroundColor": "#6cdf46"
},
"Investor": {
"backgroundColor": "#ffd132"
},
"Partner": {
"backgroundColor": "#ff9445"
},
"Press": {
"backgroundColor": "#fa374f"
},
"Prospect": {
"backgroundColor": "#f476b1"
},
"Reseller": {
"backgroundColor": "#cd74f2"
},
"Other": {
"backgroundColor": "#8f5ff5"
}
},
Change Log
| Version |
Change |
|
v11.25
|
Added /dropdownsStyle GET endpoint.
|