Create filter group for current user and only for open projects.

POST /data/user/filter-groups
application/x-www-form-urlencoded

Body Required

  • name string Required
  • color string Required
  • list_type string Required
  • entity_type string
  • is_shared boolean

    Default value is false.

  • project_id string(uuid) Required
  • department_id string(uuid)

Responses

  • 201 application/json

    Filter group for the current user and only for open projects created

  • 400

    Bad request

POST /data/user/filter-groups
curl \
 --request POST 'http://api.example.com/data/user/filter-groups' \
 --header "Authorization: $API_KEY" \
 --header "Content-Type: application/x-www-form-urlencoded" \
 --data 'name=Name+of+filter+group&color=string&list_type=todo&entity_type=Asset&is_shared=false&project_id=a24a6ea4-ce75-4665-a070-57453082c25&department_id=a24a6ea4-ce75-4665-a070-57453082c25'
Response examples (201)
{}