View the tasks, Lists, and Folders that have been shared with the authenticated user.
{- "shared": {
- "tasks": [ ],
- "lists": [
- {
- "id": "1421",
- "name": "Shared List",
- "orderindex": 0,
- "content": null,
- "status": null,
- "priority": null,
- "assignee": null,
- "task_count": "0",
- "due_date": null,
- "start_date": null,
- "archived": false
}
], - "folders": [
- {
- "id": "1058",
- "name": "Shared Folder",
- "orderindex": 0,
- "content": null,
- "task_count": "0",
- "due_date": null,
- "archived": false
}
]
}
}