Getting error 'Invalid URI' when passing query parameter in flow designer rest api GET method call

Sudarshan3
Tera Contributor

Hi All,

I have Requirement to integration with third party tool. I am getting error Invalid URI'https://www.baseurl?page[size]=300&page[number]=2' when passing query parameter in flow designer rest api GET method call. 

Third party api document mentioned the format to use the parameter as page[size], page[number]. However when we are passing the parameter same in this format it throwing an error, please help how to resolve this issue.

Thanks in advance.

7 REPLIES 7

Maik Skoddow
Tera Patron
Tera Patron

Hi

I cannot see a page number. Therefore you can try this:

https://www.baseurl?page[size]=300&page[number]=1

And did you try to call that URL in your browser? Did it work?

Kind regards
Maik

Thanks for the reply Maik. I have tried passing page[number]=1 still received invalid uri. when same url called in browser window its showing unauthorized as third party tool need authorization token. When called the Get method without parameter its working fine.

Hi

can you please share the respective Flow configuration where you perform the API call?

Kind regards
Maik

Hi Maik, Please find the flow configuration