Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to get Teams App info ? #1860

Open
telltokichu opened this issue Jul 25, 2023 · 8 comments
Open

How to get Teams App info ? #1860

telltokichu opened this issue Jul 25, 2023 · 8 comments

Comments

@telltokichu
Copy link

I'm trying to implement Deep link in Teams Toolkit React app.
For that I need App id and Entity id - I can get Entity Id from appContent.page.id but I could not get App id,
Is there any way to get Manifest info or App info of a Teams app ?

@ghost
Copy link

ghost commented Jul 25, 2023

Hi telltokichu! Thank you for bringing this issue to our attention. We will investigate and if we require further information we will reach out in one business day. Please use this link to escalate if you don't get replies.

Best regards, Teams Platform

@ghost ghost added the needs triage 🔍 label Jul 25, 2023
@ghost ghost added this to Needs triage in Issue Triage Jul 25, 2023
@Meghana-MSFT
Copy link

@telltokichu - Tab context does not return the App id, you can get the manifest id using below ways

  1. From Teams admin center
    image

  2. You can get externalId using Graph https://learn.microsoft.com/en-us/graph/api/appcatalogs-list-teamsapps?view=graph-rest-1.0&tabs=http

@vikramtha
Copy link
Contributor

vikramtha commented Jul 25, 2023

@telltokichu

Are you using this deeplink for page navigation? And if so, is this in the New Teams Client or the older one

@telltokichu
Copy link
Author

@Meghana-MSFT
I need to get App Info via Code

@vikramtha
I'm using deeplink to open app from Email and It is new Teams Client

@anmaur
Copy link
Contributor

anmaur commented Jul 25, 2023

@telltokichu, What is the deeplink or scenario for which you are looking to retrieve AppId/EntityId?

@telltokichu
Copy link
Author

@anmaur
I need to email a deeplink url which will open specific app in teams

@anmaur
Copy link
Contributor

anmaur commented Jul 26, 2023

Thanks for sharing that. I would upvote the @Meghana-MSFT 's comment for the recommended solutions as we don't currently support providing AppId from teamsJs sdk and you could try to get an ExternalId by calling the Graph API

@nwojod-MSFT
Copy link
Contributor

@telltokichu, thank you for your feedback. We have added your request to our backlog as a feature request, but we cannot provide an ETA for implementation due to the high volume of requests we get. We will update this thread accordingly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Issue Triage
  
Needs triage
Development

No branches or pull requests

5 participants