Data Table population

Hi, I am trying to populate a data table widget from the UI designer here is how my object looks like

 

{

"persistenceId": 3,

"persistenceId_string": "3",

"persistenceVersion": 1,

"persistenceVersion_string": "1",

"idDemandeur": 4,

"idDemandeur_string": "4",

"dateDebut": "2022-06-12",

"nombreJours": 23,

"estApprouvee": true

},

I know the objects can be retrieved with this api call

http://localhost:27263/bonita/API/bdm/businessData/com.company.model.DemandeConges?p=0&c=4&q=find

 

However I am not sure what I am supposed to put into the UI designer as data source URL

I tried ../API/bdm/businessData/com.company.model.DemandeConges

then q=find in the api request parameter field, but it won't do anything i.e the table is empty

I have also defined the column nombreJours

 

How can I find out what I am doing wrong ?

 

Thanks

 

pat