Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Community,
I'm trying to get data from Sharepoint lists and I want to pass params to a tRestClient but it's not taking it :
But if I pass this params directly in the URL the query is working fine!
is there a problem somewhere?
Any help please ?
Thx
Try putting a '$' in front of your query parameter names
eg. replace "filter" with "$filter"