Zum Hauptinhalt springen
GET
/
files
/
manager
/
usages
Get file usage information
curl --request GET \
  --url https://demo.enneo.ai/api/mind/files/manager/usages \
  --header 'Authorization: Bearer <token>'
{
  "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"
    }
  ]
}

Autorisierungen

Authorization
string
header
erforderlich

JWT-based authentication

Abfrageparameter

path
string
erforderlich

Relative path of the file

Antwort

Successful operation

success
boolean
path
string
isInUse
boolean
usages
object[]