Hello!!
I try to make an API to pick up datas from a database and return a JSON to have a remote dataset.
At the beginning of my API, I put :
header(“Content-Type: application/json; charset=UTF-8”);
And at the end :
echo json_encode($json) ;
In Xibo, when I press the button “Test data URL”, it’s correct, I have all datas in “processed”.
But nothing it’s show in table.
I have already restarted the “Fetch Remote DataSets” task.
Do you know what it might be wrong in my API??