Setting the file. One moment.
Skill 132 · Build Zoom REST API App
Subchapter 132.32
references/tasks.mdMarkdown3 KBView on GitHub
Authoritative endpoint inventory for Tasks. This file mirrors the official Zoom API Hub OpenAPI document for this product area.
https://api.zoom.us/v2paths object.../examples/ for orchestration patterns, not as the canonical source of path names.| Metric | Value |
|---|---|
| Endpoint operations | 14 |
| Path templates | 8 |
| Tags | 4 |
| Tag | Operations |
|---|---|
| Assignee | 3 |
| Collaborator | 3 |
| Comment | 3 |
| Tasks | 5 |
| Method | Endpoint | Summary | Operation ID |
|---|---|---|---|
| GET | /tasks/items/{taskId}/assignees | Get assignees of a task | GetAssigneesOfATask |
| POST | /tasks/items/{taskId}/assignees | Add assignees to a task | addTasksAssignees |
| DELETE | /tasks/items/{taskId}/assignees/{userId} | Remove Assignee from task | removeTaskAssignee |
| Method | Endpoint | Summary | Operation ID |
|---|---|---|---|
| GET | /tasks/items/{taskId}/collaborators | Get collaborators of a task | Getcollaboratorsofatask |
| POST | /tasks/items/{taskId}/collaborators | Add collaborators to a task | addTasksCollaborators |
| DELETE | /tasks/items/{taskId}/collaborators/{userId} | Remove collaborator from task | removeTaskCollaborator |
| Method | Endpoint | Summary | Operation ID |
|---|---|---|---|
| GET | /tasks/items/{taskId}/comments | Get a task’s comments | GetAV1TasksComment |
| POST | /tasks/items/{taskId}/comments | Add a comment to task | addComment |
| DELETE | /tasks/items/{taskId}/comments/{commentId} | Delete a task’s comment | DeleteTaskComment |
| Method | Endpoint | Summary | Operation ID |
|---|---|---|---|
| GET | /tasks/items | List tasks | getMyTasks |
| POST | /tasks/items | Create a new task | createTask |
| DELETE | /tasks/items/{taskId} | Delete a task | deleteTask |
| GET | /tasks/items/{taskId} | Get task details | getTaskDetail |
| PATCH | /tasks/items/{taskId} | Update task fields | updateTask |