DataSet, what to set as dataroot?

Hello, I have some problems with setting up my dataset. I don’t know what to set as data root, I connect to a remote data. I made the url working to get json data.
The header and the first 2 rows of data i want in colums is attached, what should I set at data root:
{
“entries”: [
{
“response”: {
“status”: 200,
“message”: “”,
“details”: “”,
“eventId”: 0,
“startRow”: 0,
“endRow”: 60,
“totalRows”: 60,
“data”: [
{
“id”: 1092020,
“appointmentInstance”: 733846,
“start”: 1717482600,
“end”: 1717485300,
“startTimeSlot”: 2,
“endTimeSlot”: 2,
“branch”: “xxxxxx”,
“branchOfSchool”: 851,
“type”: “lesson”,
“groups”: ,
“groupsInDepartments”: ,
“locations”: ,
“locationsOfBranch”: ,
“valid”: true,
“cancelled”: false,
“modified”: true,
“moved”: false,
“created”: 1717421696,
“hidden”: false,
“changeDescription”: “Er is een wijziging bij docenten: gra,lsc,ovb,pee,stn wordt lsc,pee,stn.”,
“lastModified”: 1717421697,
“new”: false,
“remark”: “mt”,
“startTimeSlotName”: “01”,
“endTimeSlotName”: “01”,
“subjects”: [
“Verg”
],
“teachers”: [
“pee”,
“stn”,
“lsc”
]
},
{
“id”: 1092021,
“appointmentInstance”: 733752,
“start”: 1717484400,
“end”: 1717486200,
“startTimeSlot”: 2,
“endTimeSlot”: 2,
“branch”: “xxxxxx”,
“branchOfSchool”: 851,
“type”: “lesson”,
“groups”: [
“m2c”
],
“groupsInDepartments”: [
7758
],
“locations”: [
“106”
],
“locationsOfBranch”: [
1463
],
“valid”: true,
“cancelled”: false,
“modified”: true,
“moved”: true,
“created”: 1717421696,
“hidden”: false,
“changeDescription”: “Het lokaal is gewijzigd (was 109) en de les is verplaatst (komt van di 8:30u).”,
“lastModified”: 1717421696,
“new”: false,
“remark”: “”,
“startTimeSlotName”: “01”,
“endTimeSlotName”: “01”,
“subjects”: [
“dagstart”
],
“teachers”: [
“haa”
]

Try :
entries

You also should schedule the layout with your datas on a player to tell the cms to sync remote datas.

Good luck

I still get the message “UnexpectedError”
I already made a schedule for the layout, to sync

Hi Vincent,
Could you take screenshot ?
Best regards
Philippe

Above the json response I get when i press the button to test data URL.

when i fill in entries in dataroot is get this: