Hey harshraj,
You can implement this by using deeplink.
You can refer to this doc for the same.
https://docs.mendix.com/refguide/mobile/using-mobile-capabilities/deep-links/
Hope it helps!
The page you trying to link to has a DataView that requires a page parameter, that is why you have the {Id} part in your URL.
To remove this, you would need to create a page that doesn’t have a page parameter. If you need dynamic content on that page you would have to use a datasource microflow on the top DataView on the page instead.
Hope this helps