URL = https://uk.sharepoint.com/sites/CKnowledge/Guard/Forms/AllItems.aspx
I can GET this URL on MS Graph using:
But I can't seem to GET this URL on MS Graph:
URL = https://uk.sharepoint.com/sites/CKnowledge/Guard/Forms/AllItems.aspx
I can GET this URL on MS Graph using:
But I can't seem to GET this URL on MS Graph:
Please try follow below 2 steps to get items in a document library or list:
Using /sites/{site-id}/drives/{drive-id}/items/root/children
or
/sites/{site-id}/lists/{list-id}/items
to get the item id of the target folder, file or list.
Get the target content by /sites/{site-id}/drives/{drive-id}/items/{item-id}
or /sites/{site-id}/lists/{list-id}/items/{item-id}
Hope this helps. Best Wishes.