Mapping routes using RouteRule

I want to change the routes of my APIs which will be exposed using RouteRules.

For example, I want to change the Route:

[http://api.grid.com/api/Guests/Search](http://api.grid.com/api/Guests/Search)

to

[http://grid.apigee.io/baseurl/Guests](http://grid.apigee.io/baseurl/Guests)

Basically, I want to change the path : /api/Guests/Search to /Guests

Any idea how this would be possible?

Abhi

Did you look in the documentation ?

Also, you say that you want to change /api/Guests/Search to /Guests but you actually have two different domains in your link.