How to send specific parameter in specific order in REST API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2022 09:54 AM
Hi
This is regarding the REST API outbound call. I need to send Query Parameter in specific order/position
1. dql
2. items-per-page
3. Page.
Third party wanted in the specific order like above. but when we are sending below query it is going as 'page' as first. How to give a order in the REST API
https://xxxx.com/repositories/hrtest?page=1&dql=select * from hr_personnel where workday_number = '1000541637'&items-per-page=100
I tried with Substitution, http parameter. nothing is working.
third party REST API requires in specific position of the parameter.
- Labels:
-
Integrations

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2022 10:34 AM
Hi
Please have a look at below thread that anwers your question.
How to set order of HTTP query parameters in outbound REST call?
Regards,
Muhammad
Muhammad