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

As of Version

product version 2021 Summer | component version 

Request MethodGET
Response FormatJSON
Description

Saves a result list configuration for the user by type.

Response HTTP status codes:

HTTP Status CodeMeaning
200OK
Request Example

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

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

200 OK

No response body