This page was last edited on April 2, 2020, at 08:18.
Comments or questions about this documentation? Contact us for support!
GET
GET /gtl/attributes/<solution_dbid>
[
{
"name": "<attribute name>",
"column_label": "<localized column label>",
"filter_label": "<localized attribute label used in filter conditions>",
"type": "<string/date/int/img/list>",
"values":
[
{
"value": "<name or value>",
"label": "<display name>"
},
...
],
"category": "core/ext/data",
"filterable": true/false,
"editable_list": true/false
"column_name": "<column name used for mapping>"
},
...
]