Manage Deep Links

Last modified: July 10, 2024

1 Introduction

To go directly to the desired element of your app in Apps, you can use deep links.

This how-to teaches you how to find the app ID and environment ID, and create deep links.

2 Getting the App ID and Environment ID

To get the app ID, do as follows:

  1. In Apps, open the app.

  2. On the navigation pane, go to Settings. You can find the app ID on the General tab.

    App ID on the Settings page

To get the environment ID, do as follows:

  1. In Apps, open the app.

  2. On the navigation pane, go to Environments, and then click Details ( ) by the environment you want to view. You can find the environment ID on the General tab.

If you want to provide links directly to a specific element in your app in Apps, use the following links, with the specific app ID or environment ID added, as instructed:

  • Overview of your apps: https://sprintr.home.mendix.com/link/myapps

  • Specific app: https://sprintr.home.mendix.com/link/project/<appID>

  • App settings: https://sprintr.home.mendix.com/link/settings/<appID>

  • App Buzz: https://sprintr.home.mendix.com/link/buzz/<appID>

  • App team: https://sprintr.home.mendix.com/link/team/<appID>

  • Feedback for app: https://appinsights.mendix.com/link/feedback/<appID>

  • Sprint status of an app: https://sprintr.home.mendix.com/link/sprint-status/<appID>

  • App specific API keys: https://sprintr.home.mendix.com/link/apikeys/<appID>

  • App user management: https://sprintr.home.mendix.com/link/appusermanagement/<appID>

  • Environments for app: https://cloud.home.mendix.com/link/deploy/<appID>

  • Metrics for app: https://cloud.home.mendix.com/link/metrics/<appID>

  • Alerts for app: https://cloud.home.mendix.com/link/monitor/<appID>

  • Alerts for environment: https://cloud.home.mendix.com/link/monitor/<appID>/<envID>

  • Logs for app: https://cloud.home.mendix.com/link/logs/<appID>

4 Read More