asana.api.* operation is listed below with parameter shapes and return types from the plugin Zod schemas.
Projects
addFollowers
projects.addFollowers
Add followers to a project
Risk: write
| Name | Type | Required | Description |
|---|---|---|---|
project_gid | string | Yes | — |
followers | string[] | Yes | — |
opt_fields | string[] | No | — |
opt_pretty | boolean | No | — |
| Name | Type | Required | Description |
|---|---|---|---|
data | object | No | — |
data full type
data full type
addMembers
projects.addMembers
Add members to a project
Risk: write
| Name | Type | Required | Description |
|---|---|---|---|
project_gid | string | Yes | — |
members | string[] | Yes | — |
opt_fields | string[] | No | — |
opt_pretty | boolean | No | — |
| Name | Type | Required | Description |
|---|---|---|---|
data | object | No | — |
data full type
data full type
create
projects.create
Create a project
Risk: write
| Name | Type | Required | Description |
|---|---|---|---|
data | object | Yes | — |
opt_fields | string[] | No | — |
opt_pretty | boolean | No | — |
data full type
data full type
| Name | Type | Required | Description |
|---|---|---|---|
data | object | No | — |
data full type
data full type
createForTeam
projects.createForTeam
Create a project for a team
Risk: write
| Name | Type | Required | Description |
|---|---|---|---|
team_gid | string | Yes | — |
data | object | Yes | — |
opt_fields | string[] | No | — |
opt_pretty | boolean | No | — |
data full type
data full type
| Name | Type | Required | Description |
|---|---|---|---|
data | object | No | — |
data full type
data full type
createForWorkspace
projects.createForWorkspace
Create a project for a workspace
Risk: write
| Name | Type | Required | Description |
|---|---|---|---|
workspace_gid | string | Yes | — |
data | object | Yes | — |
opt_fields | string[] | No | — |
opt_pretty | boolean | No | — |
data full type
data full type
| Name | Type | Required | Description |
|---|---|---|---|
data | object | No | — |
data full type
data full type
delete
projects.delete
Delete a project [DESTRUCTIVE]
Risk: destructive
| Name | Type | Required | Description |
|---|---|---|---|
project_gid | string | Yes | — |
opt_pretty | boolean | No | — |
| Name | Type | Required | Description |
|---|---|---|---|
data | object | No | — |
data full type
data full type
duplicate
projects.duplicate
Duplicate a project
Risk: write
| Name | Type | Required | Description |
|---|---|---|---|
project_gid | string | Yes | — |
data | object | Yes | — |
opt_fields | string[] | No | — |
opt_pretty | boolean | No | — |
data full type
data full type
| Name | Type | Required | Description |
|---|---|---|---|
data | object | No | — |
data full type
data full type
get
projects.get
Get a project by GID
Risk: read
| Name | Type | Required | Description |
|---|---|---|---|
project_gid | string | Yes | — |
opt_fields | string[] | No | — |
opt_pretty | boolean | No | — |
| Name | Type | Required | Description |
|---|---|---|---|
data | object | No | — |
data full type
data full type
getTaskCounts
projects.getTaskCounts
Get task counts for a project
Risk: read
| Name | Type | Required | Description |
|---|---|---|---|
project_gid | string | Yes | — |
opt_fields | string[] | No | — |
opt_pretty | boolean | No | — |
| Name | Type | Required | Description |
|---|---|---|---|
data | object | No | — |
data full type
data full type
getTasks
projects.getTasks
Get tasks in a project
Risk: read
| Name | Type | Required | Description |
|---|---|---|---|
project_gid | string | Yes | — |
completed_since | string | No | — |
limit | number | No | — |
offset | string | No | — |
opt_fields | string[] | No | — |
opt_pretty | boolean | No | — |
| Name | Type | Required | Description |
|---|---|---|---|
data | object[] | No | — |
next_page | object | No | — |
data full type
data full type
next_page full type
next_page full type
list
projects.list
List projects
Risk: read
| Name | Type | Required | Description |
|---|---|---|---|
workspace | string | No | — |
team | string | No | — |
archived | boolean | No | — |
limit | number | No | — |
offset | string | No | — |
opt_fields | string[] | No | — |
opt_pretty | boolean | No | — |
| Name | Type | Required | Description |
|---|---|---|---|
data | object[] | No | — |
next_page | object | No | — |
data full type
data full type
next_page full type
next_page full type
listForWorkspace
projects.listForWorkspace
List projects in a workspace
Risk: read
| Name | Type | Required | Description |
|---|---|---|---|
workspace_gid | string | Yes | — |
archived | boolean | No | — |
limit | number | No | — |
offset | string | No | — |
opt_fields | string[] | No | — |
opt_pretty | boolean | No | — |
| Name | Type | Required | Description |
|---|---|---|---|
data | object[] | No | — |
next_page | object | No | — |
data full type
data full type
next_page full type
next_page full type
removeFollowers
projects.removeFollowers
Remove followers from a project
Risk: write
| Name | Type | Required | Description |
|---|---|---|---|
project_gid | string | Yes | — |
followers | string[] | Yes | — |
opt_fields | string[] | No | — |
opt_pretty | boolean | No | — |
| Name | Type | Required | Description |
|---|---|---|---|
data | object | No | — |
data full type
data full type
removeMembers
projects.removeMembers
Remove members from a project
Risk: write
| Name | Type | Required | Description |
|---|---|---|---|
project_gid | string | Yes | — |
members | string[] | Yes | — |
opt_fields | string[] | No | — |
opt_pretty | boolean | No | — |
| Name | Type | Required | Description |
|---|---|---|---|
data | object | No | — |
data full type
data full type
update
projects.update
Update a project
Risk: write
| Name | Type | Required | Description |
|---|---|---|---|
project_gid | string | Yes | — |
data | object | Yes | — |
opt_fields | string[] | No | — |
opt_pretty | boolean | No | — |
data full type
data full type
| Name | Type | Required | Description |
|---|---|---|---|
data | object | No | — |
data full type
data full type
Sections
create
sections.create
Create a section in a project
Risk: write
| Name | Type | Required | Description |
|---|---|---|---|
project_gid | string | Yes | — |
data | object | Yes | — |
opt_fields | string[] | No | — |
opt_pretty | boolean | No | — |
data full type
data full type
| Name | Type | Required | Description |
|---|---|---|---|
data | object | No | — |
data full type
data full type
delete
sections.delete
Delete a section [DESTRUCTIVE]
Risk: destructive
| Name | Type | Required | Description |
|---|---|---|---|
section_gid | string | Yes | — |
opt_pretty | boolean | No | — |
| Name | Type | Required | Description |
|---|---|---|---|
data | object | No | — |
data full type
data full type
get
sections.get
Get a section by GID
Risk: read
| Name | Type | Required | Description |
|---|---|---|---|
section_gid | string | Yes | — |
opt_fields | string[] | No | — |
opt_pretty | boolean | No | — |
| Name | Type | Required | Description |
|---|---|---|---|
data | object | No | — |
data full type
data full type
insert
sections.insert
Insert a section at a specific position
Risk: write
| Name | Type | Required | Description |
|---|---|---|---|
project_gid | string | Yes | — |
data | object | Yes | — |
opt_pretty | boolean | No | — |
data full type
data full type
| Name | Type | Required | Description |
|---|---|---|---|
data | object | No | — |
data full type
data full type
list
sections.list
List sections in a project
Risk: read
| Name | Type | Required | Description |
|---|---|---|---|
project_gid | string | Yes | — |
limit | number | No | — |
offset | string | No | — |
opt_fields | string[] | No | — |
opt_pretty | boolean | No | — |
| Name | Type | Required | Description |
|---|---|---|---|
data | object[] | No | — |
next_page | object | No | — |
data full type
data full type
next_page full type
next_page full type
update
sections.update
Update a section
Risk: write
| Name | Type | Required | Description |
|---|---|---|---|
section_gid | string | Yes | — |
data | object | Yes | — |
opt_fields | string[] | No | — |
opt_pretty | boolean | No | — |
data full type
data full type
| Name | Type | Required | Description |
|---|---|---|---|
data | object | No | — |
data full type
data full type
Stories
createComment
stories.createComment
Create a comment on a task
Risk: write
| Name | Type | Required | Description |
|---|---|---|---|
task_gid | string | Yes | — |
data | object | Yes | — |
opt_fields | string[] | No | — |
opt_pretty | boolean | No | — |
data full type
data full type
| Name | Type | Required | Description |
|---|---|---|---|
data | object | No | — |
data full type
data full type
delete
stories.delete
Delete a story [DESTRUCTIVE]
Risk: destructive
| Name | Type | Required | Description |
|---|---|---|---|
story_gid | string | Yes | — |
opt_pretty | boolean | No | — |
| Name | Type | Required | Description |
|---|---|---|---|
data | object | No | — |
data full type
data full type
get
stories.get
Get a story by GID
Risk: read
| Name | Type | Required | Description |
|---|---|---|---|
story_gid | string | Yes | — |
opt_fields | string[] | No | — |
opt_pretty | boolean | No | — |
| Name | Type | Required | Description |
|---|---|---|---|
data | object | No | — |
data full type
data full type
listForTask
stories.listForTask
List stories for a task
Risk: read
| Name | Type | Required | Description |
|---|---|---|---|
task_gid | string | Yes | — |
limit | number | No | — |
offset | string | No | — |
opt_fields | string[] | No | — |
| Name | Type | Required | Description |
|---|---|---|---|
data | object[] | No | — |
next_page | object | No | — |
data full type
data full type
next_page full type
next_page full type
update
stories.update
Update a story
Risk: write
| Name | Type | Required | Description |
|---|---|---|---|
story_gid | string | Yes | — |
data | object | Yes | — |
opt_fields | string[] | No | — |
opt_pretty | boolean | No | — |
data full type
data full type
| Name | Type | Required | Description |
|---|---|---|---|
data | object | No | — |
data full type
data full type
Tags
create
tags.create
Create a tag
Risk: write
| Name | Type | Required | Description |
|---|---|---|---|
data | object | Yes | — |
opt_fields | string[] | No | — |
opt_pretty | boolean | No | — |
data full type
data full type
| Name | Type | Required | Description |
|---|---|---|---|
data | object | No | — |
data full type
data full type
createInWorkspace
tags.createInWorkspace
Create a tag in a workspace
Risk: write
| Name | Type | Required | Description |
|---|---|---|---|
workspace_gid | string | Yes | — |
data | object | Yes | — |
opt_fields | string[] | No | — |
opt_pretty | boolean | No | — |
data full type
data full type
| Name | Type | Required | Description |
|---|---|---|---|
data | object | No | — |
data full type
data full type
delete
tags.delete
Delete a tag [DESTRUCTIVE]
Risk: destructive
| Name | Type | Required | Description |
|---|---|---|---|
tag_gid | string | Yes | — |
opt_pretty | boolean | No | — |
| Name | Type | Required | Description |
|---|---|---|---|
data | object | No | — |
data full type
data full type
get
tags.get
Get a tag by GID
Risk: read
| Name | Type | Required | Description |
|---|---|---|---|
tag_gid | string | Yes | — |
opt_fields | string[] | No | — |
opt_pretty | boolean | No | — |
| Name | Type | Required | Description |
|---|---|---|---|
data | object | No | — |
data full type
data full type
getTasks
tags.getTasks
Get tasks with a specific tag
Risk: read
| Name | Type | Required | Description |
|---|---|---|---|
tag_gid | string | Yes | — |
limit | number | No | — |
offset | string | No | — |
opt_fields | string[] | No | — |
opt_pretty | boolean | No | — |
| Name | Type | Required | Description |
|---|---|---|---|
data | object[] | No | — |
next_page | object | No | — |
data full type
data full type
next_page full type
next_page full type
list
tags.list
List tags
Risk: read
| Name | Type | Required | Description |
|---|---|---|---|
workspace | string | No | — |
limit | number | No | — |
offset | string | No | — |
opt_fields | string[] | No | — |
opt_pretty | boolean | No | — |
| Name | Type | Required | Description |
|---|---|---|---|
data | object[] | No | — |
next_page | object | No | — |
data full type
data full type
next_page full type
next_page full type
listForTask
tags.listForTask
List tags on a task
Risk: read
| Name | Type | Required | Description |
|---|---|---|---|
task_gid | string | Yes | — |
limit | number | No | — |
offset | string | No | — |
opt_fields | string[] | No | — |
opt_pretty | boolean | No | — |
| Name | Type | Required | Description |
|---|---|---|---|
data | object[] | No | — |
next_page | object | No | — |
data full type
data full type
next_page full type
next_page full type
listForWorkspace
tags.listForWorkspace
List tags in a workspace
Risk: read
| Name | Type | Required | Description |
|---|---|---|---|
workspace_gid | string | Yes | — |
limit | number | No | — |
offset | string | No | — |
opt_fields | string[] | No | — |
opt_pretty | boolean | No | — |
| Name | Type | Required | Description |
|---|---|---|---|
data | object[] | No | — |
next_page | object | No | — |
data full type
data full type
next_page full type
next_page full type
update
tags.update
Update a tag
Risk: write
| Name | Type | Required | Description |
|---|---|---|---|
tag_gid | string | Yes | — |
data | object | Yes | — |
opt_fields | string[] | No | — |
opt_pretty | boolean | No | — |
data full type
data full type
| Name | Type | Required | Description |
|---|---|---|---|
data | object | No | — |
data full type
data full type
Tasks
addDependencies
tasks.addDependencies
Add task dependencies
Risk: write
| Name | Type | Required | Description |
|---|---|---|---|
task_gid | string | Yes | — |
dependencies | string[] | Yes | — |
opt_pretty | boolean | No | — |
| Name | Type | Required | Description |
|---|---|---|---|
data | object[] | No | — |
data full type
data full type
addFollowers
tasks.addFollowers
Add followers to a task
Risk: write
| Name | Type | Required | Description |
|---|---|---|---|
task_gid | string | Yes | — |
followers | string[] | Yes | — |
opt_fields | string[] | No | — |
opt_pretty | boolean | No | — |
| Name | Type | Required | Description |
|---|---|---|---|
data | object | No | — |
data full type
data full type
addProject
tasks.addProject
Add a task to a project
Risk: write
| Name | Type | Required | Description |
|---|---|---|---|
task_gid | string | Yes | — |
project | string | Yes | — |
section | string | No | — |
insert_after | string | No | — |
insert_before | string | No | — |
opt_pretty | boolean | No | — |
| Name | Type | Required | Description |
|---|---|---|---|
data | object | No | — |
data full type
data full type
addTag
tasks.addTag
Add a tag to a task
Risk: write
| Name | Type | Required | Description |
|---|---|---|---|
task_gid | string | Yes | — |
tag | string | Yes | — |
opt_pretty | boolean | No | — |
| Name | Type | Required | Description |
|---|---|---|---|
data | object | No | — |
data full type
data full type
addToSection
tasks.addToSection
Add a task to a section
Risk: write
| Name | Type | Required | Description |
|---|---|---|---|
section_gid | string | Yes | — |
task | string | Yes | — |
insert_before | string | No | — |
insert_after | string | No | — |
opt_pretty | boolean | No | — |
| Name | Type | Required | Description |
|---|---|---|---|
data | object | No | — |
data full type
data full type
create
tasks.create
Create a new task
Risk: write
| Name | Type | Required | Description |
|---|---|---|---|
data | object | Yes | — |
opt_fields | string[] | No | — |
opt_pretty | boolean | No | — |
data full type
data full type
| Name | Type | Required | Description |
|---|---|---|---|
data | object | No | — |
data full type
data full type
createSubtask
tasks.createSubtask
Create a subtask
Risk: write
| Name | Type | Required | Description |
|---|---|---|---|
task_gid | string | Yes | — |
data | object | Yes | — |
opt_fields | string[] | No | — |
opt_pretty | boolean | No | — |
data full type
data full type
| Name | Type | Required | Description |
|---|---|---|---|
data | object | No | — |
data full type
data full type
delete
tasks.delete
Delete a task [DESTRUCTIVE]
Risk: destructive
| Name | Type | Required | Description |
|---|---|---|---|
task_gid | string | Yes | — |
opt_pretty | boolean | No | — |
| Name | Type | Required | Description |
|---|---|---|---|
data | object | No | — |
data full type
data full type
duplicate
tasks.duplicate
Duplicate a task
Risk: write
| Name | Type | Required | Description |
|---|---|---|---|
task_gid | string | Yes | — |
data | object | No | — |
opt_fields | string[] | No | — |
opt_pretty | boolean | No | — |
data full type
data full type
| Name | Type | Required | Description |
|---|---|---|---|
data | object | No | — |
data full type
data full type
get
tasks.get
Get a task by GID
Risk: read
| Name | Type | Required | Description |
|---|---|---|---|
task_gid | string | Yes | — |
opt_fields | string[] | No | — |
opt_pretty | boolean | No | — |
| Name | Type | Required | Description |
|---|---|---|---|
data | object | No | — |
data full type
data full type
getAttachments
tasks.getAttachments
Get attachments for a task
Risk: read
| Name | Type | Required | Description |
|---|---|---|---|
task_gid | string | Yes | — |
limit | number | No | — |
offset | string | No | — |
opt_fields | string[] | No | — |
| Name | Type | Required | Description |
|---|---|---|---|
data | object[] | No | — |
next_page | object | No | — |
data full type
data full type
next_page full type
next_page full type
getStories
tasks.getStories
Get stories (activity) for a task
Risk: read
| Name | Type | Required | Description |
|---|---|---|---|
task_gid | string | Yes | — |
limit | number | No | — |
offset | string | No | — |
opt_fields | string[] | No | — |
| Name | Type | Required | Description |
|---|---|---|---|
data | object[] | No | — |
next_page | object | No | — |
data full type
data full type
next_page full type
next_page full type
getSubtasks
tasks.getSubtasks
Get subtasks of a task
Risk: read
| Name | Type | Required | Description |
|---|---|---|---|
task_gid | string | Yes | — |
limit | number | No | — |
offset | string | No | — |
opt_fields | string[] | No | — |
opt_pretty | boolean | No | — |
| Name | Type | Required | Description |
|---|---|---|---|
data | object[] | No | — |
next_page | object | No | — |
data full type
data full type
next_page full type
next_page full type
getTags
tasks.getTags
Get tags on a task
Risk: read
| Name | Type | Required | Description |
|---|---|---|---|
task_gid | string | Yes | — |
limit | number | No | — |
offset | string | No | — |
opt_fields | string[] | No | — |
| Name | Type | Required | Description |
|---|---|---|---|
data | object[] | No | — |
next_page | object | No | — |
data full type
data full type
next_page full type
next_page full type
list
tasks.list
List tasks
Risk: read
| Name | Type | Required | Description |
|---|---|---|---|
assignee | string | No | — |
project | string | No | — |
section | string | No | — |
workspace | string | No | — |
tag | string | No | — |
user_task_list | string | No | — |
completed_since | string | No | — |
modified_since | string | No | — |
limit | number | No | — |
offset | string | No | — |
opt_fields | string[] | No | — |
opt_pretty | boolean | No | — |
| Name | Type | Required | Description |
|---|---|---|---|
data | object[] | No | — |
next_page | object | No | — |
data full type
data full type
next_page full type
next_page full type
removeFollower
tasks.removeFollower
Remove a follower from a task
Risk: write
| Name | Type | Required | Description |
|---|---|---|---|
task_gid | string | Yes | — |
followers | string[] | Yes | — |
opt_fields | string[] | No | — |
opt_pretty | boolean | No | — |
| Name | Type | Required | Description |
|---|---|---|---|
data | object | No | — |
data full type
data full type
removeProject
tasks.removeProject
Remove a task from a project
Risk: write
| Name | Type | Required | Description |
|---|---|---|---|
task_gid | string | Yes | — |
project | string | Yes | — |
opt_pretty | boolean | No | — |
| Name | Type | Required | Description |
|---|---|---|---|
data | object | No | — |
data full type
data full type
removeTag
tasks.removeTag
Remove a tag from a task
Risk: write
| Name | Type | Required | Description |
|---|---|---|---|
task_gid | string | Yes | — |
tag | string | Yes | — |
opt_pretty | boolean | No | — |
| Name | Type | Required | Description |
|---|---|---|---|
data | object | No | — |
data full type
data full type
search
tasks.search
Search tasks in a workspace
Risk: read
| Name | Type | Required | Description |
|---|---|---|---|
workspace_gid | string | Yes | — |
text | string | No | — |
resource_subtype | string | No | — |
assignee | string | No | — |
project | string | No | — |
section | string | No | — |
tag | string | No | — |
team | string | No | — |
completed | boolean | No | — |
is_subtask | boolean | No | — |
has_attachment | boolean | No | — |
is_blocked | boolean | No | — |
is_blocking | boolean | No | — |
limit | number | No | — |
offset | string | No | — |
opt_fields | string[] | No | — |
| Name | Type | Required | Description |
|---|---|---|---|
data | object[] | No | — |
next_page | object | No | — |
data full type
data full type
next_page full type
next_page full type
setParent
tasks.setParent
Set the parent of a task
Risk: write
| Name | Type | Required | Description |
|---|---|---|---|
task_gid | string | Yes | — |
parent | string | No | — |
insert_after | string | No | — |
insert_before | string | No | — |
opt_pretty | boolean | No | — |
| Name | Type | Required | Description |
|---|---|---|---|
data | object | No | — |
data full type
data full type
update
tasks.update
Update a task
Risk: write
| Name | Type | Required | Description |
|---|---|---|---|
task_gid | string | Yes | — |
data | object | Yes | — |
opt_fields | string[] | No | — |
opt_pretty | boolean | No | — |
data full type
data full type
| Name | Type | Required | Description |
|---|---|---|---|
data | object | No | — |
data full type
data full type
Teams
addUser
teams.addUser
Add a user to a team
Risk: write
| Name | Type | Required | Description |
|---|---|---|---|
team_gid | string | Yes | — |
user | string | Yes | — |
opt_fields | string[] | No | — |
opt_pretty | boolean | No | — |
| Name | Type | Required | Description |
|---|---|---|---|
data | object | No | — |
data full type
data full type
create
teams.create
Create a team
Risk: write
| Name | Type | Required | Description |
|---|---|---|---|
workspace_gid | string | Yes | — |
data | object | Yes | — |
opt_fields | string[] | No | — |
opt_pretty | boolean | No | — |
data full type
data full type
| Name | Type | Required | Description |
|---|---|---|---|
data | object | No | — |
data full type
data full type
get
teams.get
Get a team by GID
Risk: read
| Name | Type | Required | Description |
|---|---|---|---|
team_gid | string | Yes | — |
opt_fields | string[] | No | — |
opt_pretty | boolean | No | — |
| Name | Type | Required | Description |
|---|---|---|---|
data | object | No | — |
data full type
data full type
listForUser
teams.listForUser
List teams for a user
Risk: read
| Name | Type | Required | Description |
|---|---|---|---|
user_gid | string | Yes | — |
organization | string | No | — |
opt_fields | string[] | No | — |
opt_pretty | boolean | No | — |
| Name | Type | Required | Description |
|---|---|---|---|
data | object[] | No | — |
next_page | object | No | — |
data full type
data full type
next_page full type
next_page full type
listForWorkspace
teams.listForWorkspace
List teams in a workspace
Risk: read
| Name | Type | Required | Description |
|---|---|---|---|
workspace_gid | string | Yes | — |
limit | number | No | — |
offset | string | No | — |
opt_fields | string[] | No | — |
opt_pretty | boolean | No | — |
| Name | Type | Required | Description |
|---|---|---|---|
data | object[] | No | — |
next_page | object | No | — |
data full type
data full type
next_page full type
next_page full type
membershipsGet
teams.membershipsGet
Get a team membership
Risk: read
| Name | Type | Required | Description |
|---|---|---|---|
team_membership_gid | string | Yes | — |
opt_fields | string[] | No | — |
opt_pretty | boolean | No | — |
| Name | Type | Required | Description |
|---|---|---|---|
data | object | No | — |
data full type
data full type
membershipsList
teams.membershipsList
List team memberships
Risk: read
| Name | Type | Required | Description |
|---|---|---|---|
team | string | No | — |
user | string | No | — |
workspace | string | No | — |
limit | number | No | — |
offset | string | No | — |
opt_fields | string[] | No | — |
opt_pretty | boolean | No | — |
| Name | Type | Required | Description |
|---|---|---|---|
data | object[] | No | — |
next_page | object | No | — |
data full type
data full type
next_page full type
next_page full type
membershipsListForTeam
teams.membershipsListForTeam
List memberships for a team
Risk: read
| Name | Type | Required | Description |
|---|---|---|---|
team_gid | string | Yes | — |
limit | number | No | — |
offset | string | No | — |
opt_fields | string[] | No | — |
opt_pretty | boolean | No | — |
| Name | Type | Required | Description |
|---|---|---|---|
data | object[] | No | — |
next_page | object | No | — |
data full type
data full type
next_page full type
next_page full type
membershipsListForUser
teams.membershipsListForUser
List team memberships for a user
Risk: read
| Name | Type | Required | Description |
|---|---|---|---|
user_gid | string | Yes | — |
workspace | string | Yes | — |
limit | number | No | — |
offset | string | No | — |
opt_fields | string[] | No | — |
opt_pretty | boolean | No | — |
| Name | Type | Required | Description |
|---|---|---|---|
data | object[] | No | — |
next_page | object | No | — |
data full type
data full type
next_page full type
next_page full type
removeUser
teams.removeUser
Remove a user from a team
Risk: write
| Name | Type | Required | Description |
|---|---|---|---|
team_gid | string | Yes | — |
user | string | Yes | — |
opt_pretty | boolean | No | — |
| Name | Type | Required | Description |
|---|---|---|---|
data | object | No | — |
data full type
data full type
update
teams.update
Update a team
Risk: write
| Name | Type | Required | Description |
|---|---|---|---|
team_gid | string | Yes | — |
data | object | Yes | — |
opt_fields | string[] | No | — |
opt_pretty | boolean | No | — |
data full type
data full type
| Name | Type | Required | Description |
|---|---|---|---|
data | object | No | — |
data full type
data full type
Users
get
users.get
Get a user by GID
Risk: read
| Name | Type | Required | Description |
|---|---|---|---|
user_gid | string | Yes | — |
opt_fields | string[] | No | — |
opt_pretty | boolean | No | — |
| Name | Type | Required | Description |
|---|---|---|---|
data | object | No | — |
data full type
data full type
getCurrent
users.getCurrent
Get the currently authenticated user
Risk: read
| Name | Type | Required | Description |
|---|---|---|---|
opt_fields | string[] | No | — |
opt_pretty | boolean | No | — |
| Name | Type | Required | Description |
|---|---|---|---|
data | object | No | — |
data full type
data full type
getFavorites
users.getFavorites
Get a user’s favorites
Risk: read
| Name | Type | Required | Description |
|---|---|---|---|
user_gid | string | Yes | — |
resource_type | string | Yes | — |
workspace | string | Yes | — |
opt_fields | string[] | No | — |
opt_pretty | boolean | No | — |
| Name | Type | Required | Description |
|---|---|---|---|
data | object[] | No | — |
data full type
data full type
getTaskList
users.getTaskList
Get a user’s task list
Risk: read
| Name | Type | Required | Description |
|---|---|---|---|
user_gid | string | Yes | — |
workspace | string | Yes | — |
opt_fields | string[] | No | — |
opt_pretty | boolean | No | — |
| Name | Type | Required | Description |
|---|---|---|---|
data | object | No | — |
data full type
data full type
getUserTaskList
users.getUserTaskList
Get a user task list by GID
Risk: read
| Name | Type | Required | Description |
|---|---|---|---|
user_task_list_gid | string | Yes | — |
opt_fields | string[] | No | — |
opt_pretty | boolean | No | — |
| Name | Type | Required | Description |
|---|---|---|---|
data | object | No | — |
data full type
data full type
list
users.list
List users
Risk: read
| Name | Type | Required | Description |
|---|---|---|---|
workspace | string | No | — |
team | string | No | — |
limit | number | No | — |
offset | string | No | — |
opt_fields | string[] | No | — |
opt_pretty | boolean | No | — |
| Name | Type | Required | Description |
|---|---|---|---|
data | object[] | No | — |
next_page | object | No | — |
data full type
data full type
next_page full type
next_page full type
listForTeam
users.listForTeam
List users in a team
Risk: read
| Name | Type | Required | Description |
|---|---|---|---|
team_gid | string | Yes | — |
offset | string | No | — |
opt_fields | string[] | No | — |
opt_pretty | boolean | No | — |
| Name | Type | Required | Description |
|---|---|---|---|
data | object[] | No | — |
next_page | object | No | — |
data full type
data full type
next_page full type
next_page full type
listForWorkspace
users.listForWorkspace
List users in a workspace
Risk: read
| Name | Type | Required | Description |
|---|---|---|---|
workspace_gid | string | Yes | — |
limit | number | No | — |
offset | string | No | — |
opt_fields | string[] | No | — |
opt_pretty | boolean | No | — |
| Name | Type | Required | Description |
|---|---|---|---|
data | object[] | No | — |
next_page | object | No | — |
data full type
data full type
next_page full type
next_page full type
Webhook Management
create
webhookManagement.create
Register a new webhook
Risk: write
| Name | Type | Required | Description |
|---|---|---|---|
data | object | Yes | — |
opt_fields | string[] | No | — |
opt_pretty | boolean | No | — |
data full type
data full type
| Name | Type | Required | Description |
|---|---|---|---|
data | object | No | — |
data full type
data full type
delete
webhookManagement.delete
Delete a webhook [DESTRUCTIVE]
Risk: destructive
| Name | Type | Required | Description |
|---|---|---|---|
webhook_gid | string | Yes | — |
opt_pretty | boolean | No | — |
getList
webhookManagement.getList
List webhooks
Risk: read
| Name | Type | Required | Description |
|---|---|---|---|
workspace | string | Yes | — |
resource | string | No | — |
limit | number | No | — |
offset | string | No | — |
opt_fields | string[] | No | — |
opt_pretty | boolean | No | — |
| Name | Type | Required | Description |
|---|---|---|---|
data | object[] | No | — |
next_page | object | No | — |
data full type
data full type
next_page full type
next_page full type
update
webhookManagement.update
Update a webhook
Risk: write
| Name | Type | Required | Description |
|---|---|---|---|
webhook_gid | string | Yes | — |
data | object | Yes | — |
opt_fields | string[] | No | — |
opt_pretty | boolean | No | — |
data full type
data full type
| Name | Type | Required | Description |
|---|---|---|---|
data | object | No | — |
data full type
data full type
Workspaces
get
workspaces.get
Get a workspace by GID
Risk: read
| Name | Type | Required | Description |
|---|---|---|---|
workspace_gid | string | Yes | — |
opt_fields | string[] | No | — |
opt_pretty | boolean | No | — |
| Name | Type | Required | Description |
|---|---|---|---|
data | object | No | — |
data full type
data full type
list
workspaces.list
List workspaces
Risk: read
| Name | Type | Required | Description |
|---|---|---|---|
limit | number | No | — |
offset | string | No | — |
opt_fields | string[] | No | — |
opt_pretty | boolean | No | — |
| Name | Type | Required | Description |
|---|---|---|---|
data | object[] | No | — |
next_page | object | No | — |
data full type
data full type
next_page full type
next_page full type
membershipsGet
workspaces.membershipsGet
Get a workspace membership
Risk: read
| Name | Type | Required | Description |
|---|---|---|---|
workspace_membership_gid | string | Yes | — |
opt_fields | string[] | No | — |
opt_pretty | boolean | No | — |
| Name | Type | Required | Description |
|---|---|---|---|
data | object | No | — |
data full type
data full type
membershipsList
workspaces.membershipsList
List workspace memberships
Risk: read
| Name | Type | Required | Description |
|---|---|---|---|
workspace_gid | string | Yes | — |
user | string | No | — |
limit | number | No | — |
offset | string | No | — |
opt_fields | string[] | No | — |
opt_pretty | boolean | No | — |
| Name | Type | Required | Description |
|---|---|---|---|
data | object[] | No | — |
next_page | object | No | — |
data full type
data full type
next_page full type
next_page full type
membershipsListForUser
workspaces.membershipsListForUser
List workspace memberships for a user
Risk: read
| Name | Type | Required | Description |
|---|---|---|---|
user_gid | string | Yes | — |
limit | number | No | — |
offset | string | No | — |
opt_fields | string[] | No | — |
opt_pretty | boolean | No | — |
| Name | Type | Required | Description |
|---|---|---|---|
data | object[] | No | — |
next_page | object | No | — |
data full type
data full type
next_page full type
next_page full type