Forum Discussion

minkster's avatar
minkster
Copper Contributor
Jun 20, 2024

SharePoint REST API v2 delta nextlink

I'm using the SharePoint REST API v2 with a driveitem delta query and when I add an expand odata query, it returns the expanded information on the first response (200 items), but does not return it on any response using the returned "@nextlink".
Query:
/drives/{driveId}/root/delta?expand=publication,sharepointIds

also tried:

/drives/{driveId}/root/delta?$expand=publication,sharepointIds

 

The same query in Graph will return the values correctly.

No RepliesBe the first to reply

Resources