The CreatorCon Call for Content is officially open! Get started here.

How to send specific parameter in specific order in REST API

Anantha Chinvar
Tera Contributor

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.

 

1 REPLY 1

MrMuhammad
Giga Sage

Hi @Anantha Chinvar

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

Regards,
Muhammad