Remtote DataSet and API JSON

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??

You’d need to enable auditing on the CMS and check logs for possible issues.

If the data wasn’t fetched by the task or if there were some other issues with it, you should see logs about it.

Thank you for your answer and sorry for the late response.

I don’t know why, but few hours later, my data came.

Thank’s for your help!

1 Like