v1

latestOpenAPI 3.1.02026-07-24172151607.6 KB
Shared Hierarchy

Shared Hierarchy

View the tasks, Lists, and Folders that have been shared with the authenticated user.

get/v2/team/{team_id}/shared

Path parameters

team_idnumber required
Example:123

Workspace ID

Response

Example response

{
  "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
      }
    ]
  }
}