Q: Completely noobie here
I'm trying to send an API request to a get endpoint with a URL parameter BUT i can't make it work :( i know its the way im configuring my function (send http request) because when i test the API itself, it works fine.
I have tried multiple optiones, chjecked almost all videos on the youtube to see if there is any example doing it but can't find it :(
My endpoint API path is "/patients/{patients_id}"
two of the errors i get when trying either the twiget endpoint or variable approach are:
- status: 500, path: '/patients/%7Bpatients_id%7D'
- {error: 'Parameters must be an object'}
sorry but i was not able to find either support or community on the page, please let me know if there is a better place for this :)
Twidget
Nov 17, 2025A: You’ll find a Help button in both the left sidebar and the top navigation bar on every page. Click it and choose “Report Problem” so we can assist you.