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
You can create a SEO Page rule for that, like this
see OutSystems Platform SEO Friendly URLs for the full documentation of this.
Matthias Preuter wrote:
thank you Matthias Preuter
I will try it out.
Thanks
Santhosh MS
Hello santhu MSare you tried with this way?https://xyz.com/MyApp/GetPerson/{value}