A
GetWorkspaceById
Asana.GetWorkspaceById
Description
Get an Asana workspace by its ID
Input Parameters
{
"parameters": [
{
"name": "workspace_id",
"required": true,
"inferrable": true,
"description": "The ID of the Asana workspace to get",
"value_schema": {
"val_type": "string"
}
}
]
} Output
{
"description": "Get an Asana workspace by its ID",
"value_schema": {
"val_type": "json"
},
"available_modes": [
"value",
"error"
]
}