Hello ,
I am using MS Graph API for todo task lists. (/me/todo/lists). In this case, query parameters like $skip, $count and $search aren't working. Can you please help me out, how can we get pagination done for todo task listing?
For more details:
REST (GET): https://graph.microsoft.com/v1.0/me/todo/lists?$skip=2
In response, getting all the records!
{
"@odata.context": "https://graph.microsoft.com/v1.0/$metadata#users('info@domain.com')/todo/lists",
value[<<all the values>>]
}