GET /api-web/api/users/config/result/{type}

As of Version

product version 2021 Summer | component version 

Request MethodGET
Response FormatJSON
Description

Returns a result list configuration by type.

Response HTTP status codes:

HTTP Status CodeMeaning
200OK
400Bad request
401Unauthorized
Request Example

https://<host>/api-web/api/users/config/result/mytype

no request body

Response Example


{
  "columns": [
    {
      "id": "string",
      "pinned": true,
      "sort": {
        "order": "string"
      }
    }
  ],
  "type": "string"
}