Hi,
I have created an API with the base URL and am then adding query parameters dynamically in the blocks. Is there anyway to see the completed URL that has been created to ensure that the format is correct?
Thanks
Steve
Hi,
I have created an API with the base URL and am then adding query parameters dynamically in the blocks. Is there anyway to see the completed URL that has been created to ensure that the format is correct?
Thanks
Steve
Yes, you can use this block:
I like to attach it to a Text Input’s Text so I can copy the result and paste it into a browser or into ChatGPT (I make sure to remove the API key if doing so).
Thanks, but this doesn’t show any query parameters. I did this -
but this doesn’t show the fully formatted URL. I get this -
whereas I would like something like this that I can either run in a browser or Postman.
https://api.backendless.com/........../data/roll?sortBy=name&where=form=‘2-1’&property=name
You can do the same thing with the Query Parameter’s light green block. I’m not sure if that’s going to provide a text string, an object, or something else.
It doesn’t as shown in my reply above.
Ugh. I’m not being very helpful… sorry!
You usually are very helpful so no worries!!