How do I make a GET request with query params.
The documentation seems to imply only a body of Json formatted data is supported.
However GET requests should not have a body, instead I want to pass query params.
https://myhost/api/myApplication/Records?top=100&since=last_year
The script will translate this request to return the top 100 records of the last year.
In case this is not supported I will need to opt to use POST request to read / lookup information which might be less intuitive to the user of the API.
Mieke,
Passing parameters in the URL is currently not supported by User-Defined API.
There is a task in our backlog to investigate how we can support it ; however this is not scheduled yet.