Revision as of 09:22, September 30, 2019 by Peter Chaplin (talk | contribs)
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,
"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.
Comments or questions about this documentation? Contact us for support!
