Contents
Fetch list of all available task attributes for criteria in filter definitions
Method
GET
Syntax
GET /filter/attributes/<tenant_dbid>
Reponse body
[
{
"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",
"editable_list" : true/false,
"column_name": "<column name used for mapping>"
"filterable" : true/false
}
]
Notes
- Only attributes with filterable = true will be returned in response.
- Only attributes with type = list will have properties editable_list and values.
This page was last edited on April 2, 2020, at 08:19.
Comments or questions about this documentation? Contact us for support!