Difference between devices and devices-api
I can give my app access to the devices app and to the devices-api. When calling the services info then, I get the below information. The information of both of them is the same, because if connect with a websocket it is to the URL wss://apps.kapsch.test/kapsch.test/devices which is the same for both because the last part is not used for this connection. Also my apps whether I enable them both, or only the devices app or only the devices-api. So what is the difference between the two options?
devicesapp.jpg
{
"api": "Services",
"mt": "ServicesInfo",
"services": [
{
"info": {},
"name": "calendar",
"title": "Calendar",
"url": "https://apps.kapsch.test/kapsch.test/calendar/innovaphone-calendar"
},
{
"name": "devices",
"title": "Devices",
"url": "https://apps.kapsch.test/kapsch.test/devices/innovaphone-devices"
},
{
"name": "devices-api",
"title": "DevicesApi",
"url": "https://apps.kapsch.test/kapsch.test/devices/innovaphone-devices-api"
},
{
"name": "files",
"title": "Files",
"url": "https://apps.kapsch.test/kapsch.test/files/innovaphone-files"
},
{
"info": {},
"name": "files-api",
"title": "FilesApi",
"url": "https://apps.kapsch.test/kapsch.test/files/innovaphone-files-api"
}
]
}

