0

Microsoft graph urls and SharePoint rest api urls are like this

https://graph.microsoft.com/v1.0/sites  - https://{tenant-name}.sharepoint.com/_api/v2.0/sites
https://graph.microsoft.com/v1.0/drives - https://{tenant-name}.sharepoint.com/_api/v2.0/drives
https://graph.microsoft.com/v1.0/drive  - https://{tenant-name}.sharepoint.com/_api/v2.0/drive
https://graph.microsoft.com/v1.0/lists  - https://{tenant-name}.sharepoint.com/_api/v2.0/lists

I generates access token for sharepoint using graph api and need to know corresponsing graph url of following

https://{tenant-name}.sharepoint.com/_api/web/{scope}appcatalog/AvailableApps

such as 'https://graph.microsoft.com/v1.0/sites/web/tenantappcatalog/'

1 Answer 1

0

Currently, there is no such endpoint for graph api.

You have to use sharepoint rest api to get the information: https://learn.microsoft.com/en-us/sharepoint/dev/apis/alm-api-for-spfx-add-ins?tabs=sprest

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.