Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

It seems that the default task list data is not available #1

Open
nvozno opened this issue Jun 13, 2022 · 1 comment
Open

It seems that the default task list data is not available #1

nvozno opened this issue Jun 13, 2022 · 1 comment

Comments

@nvozno
Copy link

nvozno commented Jun 13, 2022

By default there is a task list, or you can create a new task list.
It seems that the default task list data is not available.

@nvozno
Copy link
Author

nvozno commented Jun 13, 2022

GET https://graph.microsoft.com/beta/me/todo/lists

RESPONSE:
"wellknownListName": "defaultList",

{
    "@odata.context": "https://graph.microsoft.com/beta/$metadata#users('UUID')/todo/lists",
    "value": [
        {
            "@odata.etag": "",
            "displayName": "defaultList",
            "isOwner": true,
            "isShared": false,
            "wellknownListName": "defaultList",
            "id": ""
        },
        {
            "@odata.etag": "",
            "displayName": "1",
            "isOwner": true,
            "isShared": false,
            "wellknownListName": "none",
            "id": ""
        },
        {
            "@odata.etag": "",
            "displayName": "2",
            "isOwner": true,
            "isShared": false,
            "wellknownListName": "none",
            "id": ""
        }
    ]
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant