Hello,
I’m trying to fetch data from an API from XIBO to use in a dataset. However, no matter what I try or what API I use, I always get this response, when I click the “Test data URL” button:
{
“theme”: {
“store”: {},
“pool”: {},
“rootUri”: “/”,
“envTested”: false,
“envFault”: false,
“envWarning”: false,
“middleware”: null,
“logHandlers”: null,
“logProcessors”: null,
“authentication”: null,
“samlSettings”: null,
“casSettings”: null,
“cacheDrivers”: null,
“cacheNamespace”: “Xibo”,
“themeConfig”: {
“theme_name”: “Xibo Default Theme”,
“theme_title”: “Xibo Digital Signage”,
“app_name”: “Xibo”,
“theme_url”: “http://xibo.org.uk”,
“cms_source_url”: “https://github.com/xibosignage/xibo/”,
“cms_install_url”: “http://xibo.org.uk/manual/en/install_windows_client.html”,
“cms_release_notes_url”: “http://xibo.org.uk/manual/en/release_notes.html”,
“themeCode”: “default”,
“themeFolder”: “theme/default/”
}
},
“version”: “2.0.0”
}
So I guess this is something from Xibo but I don’t know what.
The result I excepted and also received when I tried in my browser was this:
{
“result”: {
“previous”: 18,
“now”: 6
},
“took_ms”: 0,
“calculated_at”: “2019-03-25T12:20:23.236Z”
}
I also tested this public API but I get the same response as above.
Why am I getting this response from Xibo and how can I get the actual reponse from the API?
Thanks in advance.