Get lists from a SharePoint site using Microsoft Graph API.
Access token from getSharePointTokenUserAuth
Site ID (e.g. , 'ahsiaoproductivemobile.sharepoint.com,40a21ae7-86a7-419c-9e23-4d9f73832ee4,19fcc77a331a-4d51-9c2a-2112aabb7849')
Return lists
const lists = await getListsEval(ctx, token, { siteId: 'ahsiaoproductivemobile.sharepoint.com,40a21ae7-86a7-419c-9e23-4d9f73832ee4,19fcc77a331a-4d51-9c2a-2112aabb7849',}); Copy
const lists = await getListsEval(ctx, token, { siteId: 'ahsiaoproductivemobile.sharepoint.com,40a21ae7-86a7-419c-9e23-4d9f73832ee4,19fcc77a331a-4d51-9c2a-2112aabb7849',});
Get lists from a SharePoint site using Microsoft Graph API.