Get goals
GET
/goals
Goals
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://app.asana.com/api/1.0/goals'
Response Response Example
200 - Example 1
{
"data": [
{
"gid": "12345",
"resource_type": "task",
"name": "Grow web traffic by 30%",
"owner": {
"gid": "12345",
"resource_type": "task",
"name": "Greg Sanchez"
}
}
]
}
Request
Query Params
portfolio
string
optional
Example:
159874
project
string
optional
Example:
512241
is_workspace_level
string
optional
team
string
optional
Example:
31326
workspace
string
optional
Example:
31326
time_periods
array[string]
optional
Example:
221693,506165
Responses
Modified at 2022-09-13 02:00:31