Jump to: navigation, search

Fetch list of all available task attributes for columns in filter definitions

Method

GET

Syntax

GET /filter/columns/<tenant_dbid>

Response 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 type = list will have properties editable_list and values.
This page was last edited on April 2, 2020, at 08:18.
Comments or questions about this documentation? Contact us for support!