Get console config

GET /closeAPI/api/close/common/console-config

Responses

GET /closeAPI/api/close/common/console-config
curl \
 --request GET 'https://customer.trintech.com/closeAPI/api/close/common/console-config'
Response examples (200)
{
  "selectedTaskType": 42,
  "taskStatusTitle": "string",
  "sections": [
    {
      "key": "TASK_STATUS",
      "title": "string",
      "enabled": true
    }
  ],
  "taskListTitle": "string"
}