Manage Deep Links

Last modified: April 24, 2024

1 Introduction

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

This how-to teaches you how to do the following:

  • Find the App ID, Story ID, and Feedback Item Number for your app
  • Create deep links for your app, story, and feedback item

2 Getting the AppID, storyID, and feedbackItemNr

To create a deep link, you need the app ID, story ID, or feedback item number or the desired element in the Developer Portal:

  • For the app ID, select the General tab of the Settings – you will find the ID at the bottom of the page:

    App ID on General Settings page
  • For the story ID, select Collaborate > Stories – then click the story title to show the details, the ID is below the story title:

    Story ID on Stories page
  • For the feedback item number, under App Insights > Feedback – the number is next to the feedback item title:

    Feedback item number on Feedback page

If you want to provide links directly to a specific element in your app in the Developer Portal, follow these steps:

  1. Paste the URL to the Developer in your browser’s address bar (as in, https://sprintr.home.mendix.com/ or https://cloud.home.mendix.com/).
  2. Paste the desired App ID, Environment ID, Story ID, or Feedback Item Number after the final slash.

The following deep links can be used:

  • 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>
  • Stories overview for app: https://sprintr.home.mendix.com/link/stories/<appID>
  • Specific story ID: https://sprintr.home.mendix.com/link/story/<storyID>
  • Feedback for app: https://appinsights.mendix.com/link/feedback/<appID>
  • Specific feedback item: https://appinsights.mendix.com/link/feedback/<appId>/item/<feedbackItemNr>
  • 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