Enneo

File Manager

Get file usage information

GET /files/manager/usages

GET /files/manager/usages

Query parameters

pathstringqueryrequired

Relative path of the file

Responses

200 — Successful operation

Response Example

{
  "success": true,
  "path": "string",
  "isInUse": true,
  "usages": [
    {
      "type": "subchannel",
      "subchannelId": 11,
      "location": "Phonebot: Support",
      "setting": "waitingAgentSound",
      "settingLabel": "Warteschleifen-Audiodatei",
      "settingUrl": "/settings/category/phonebot_11#waitingAgentSound"
    }
  ]
}

400 — Bad request

403 — Permission denied

500 — Internal error