v1

latestSwagger 2.0AGPL2026-07-178792264.9 KB
settings

Returns the list of user settings

get/user/settings/{category}

Path parameters

categorystring required

user settings category

user settings category

Response

UserSettingList

countinteger

Example response

{
  "count": 7,
  "data": [
    {
      "category": "dashboard",
      "data": {
        "cssclass": "fa",
        "href": "_1631547759877",
        "id": "_1631547759877",
        "name": "Search",
        "owner": "admin",
        "param": "search",
        "type": 1,
        "weight": 10
      },
      "guid": "1868f318-5f16-4c40-ab1e-bfa4f417ff61",
      "id": 59,
      "param": "_1633964934444",
      "partid": 10,
      "username": "admin"
    }
  ]
}