260
Views
3
Comments
How to change the URL query parameter format ?
Question

I have created an API using the GET method and it will accept the input from the query parameter like below

"https://xyz.com/MyApp/GetPerson?Id=15"

but the end-user wants like below 

"https://xyz.com/MyApp/GetPerson/15"

How can I achieve this in outsystem.

please help me out.


Regards

Santhu


2024-12-17 14-32-59
Matthias Preuter
 
MVP

You can create a SEO Page rule for that, like this

see OutSystems Platform SEO Friendly URLs for the full documentation of this.

2019-12-04 11-00-11
Santhosh MS

Matthias Preuter wrote:

You can create a SEO Page rule for that, like this

see OutSystems Platform SEO Friendly URLs for the full documentation of this.

thank you Matthias Preuter

I will try it out. 


Thanks

Santhosh MS

2018-09-07 10-04-42
Suhas Jamdade

Hello santhu MS

are you tried with this way?

https://xyz.com/MyApp/GetPerson/{value}

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.