get https://app.asana.com/api/1.0/workspaces/
Returns the full workspace record for a single workspace.
Responses
Returns the full workspace record for a single workspace.
xxxxxxxxxx
curl --request GET \
--url https://app.asana.com/api/1.0/workspaces/workspace_gid \
--header 'accept: application/json'
xxxxxxxxxx
11{
"data": {
"gid": "12345",
"resource_type": "workspace",
"name": "My Company Workspace",
"email_domains": [
"asana.com"
],
"is_organization": false
}
}