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.
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,sharepointIdsalso tried:/drives/{driveId}/root/delta?$expand=publication,sharepointIds The same query in Graph will return the values correctly. Read More