Getting error 'Invalid URI' when passing query parameter in flow designer rest api GET method call
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2022 10:56 PM
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.
- Labels:
-
Incident Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2022 11:09 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2022 11:21 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2022 11:28 PM
Hi
can you please share the respective Flow configuration where you perform the API call?
Kind regards
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2022 02:39 AM