Hi !
While the nextlink info is helpful, there is some similar issue I face:
When I do
https://graph.microsoft.com/v1.0/me/todo/lists
I get a result of 15 task lists. However, there is no nextlink in the result like in your example. Trying to add ?$skip=10 to the request does not do anything. I get the same 15 lists returned.
I can add ?$top=10000, that way I get 79 results. However, I have 114 task lists in my ms todo list app and the result set still does not contain a nextlink entry.
When I list the tasks in a task list, I get 10 entries and a nextlink in the result. So something is odd with the task lists. How can I fix this?
FYI: This behaviour is not just present in my code. It behaves exactly like this in Graph Explorer as well:
{
"@odata.context": "https://graph.microsoft.com/v1.0/$metadata#users('XXXXXXXXXXXXX')/todo/lists",
"value": [
{
"@odata.etag": "DFERGHSDFHSTRNSERGVB",
"displayName": "Groceries speziell",
"isOwner": false,
"isShared": true,
"wellknownListName": "none",
"id": "DFGDTHERGSDFGDFDFGSDFGHERGHEFGDF"
},
{
"@odata.etag": "DFGHERHNFBBHHSDFGHSDF
:
:
as you can see, no nextlink. This is copy and paste from graph explorer with some ids replaced. The query was
me/todo/lists