get https://app.asana.com/api/1.0/goals/
Returns the complete goal record for a single goal.
Responses
Returns the complete goal record for a single goal.
xxxxxxxxxx
curl --request GET \
--url https://app.asana.com/api/1.0/goals/goal_gid \
--header 'accept: application/json'
xxxxxxxxxx
76}
{
"data": {
"gid": "12345",
"resource_type": "goal",
"name": "Grow web traffic by 30%",
"html_notes": "<body>Start building brand awareness.</body>",
"notes": "Start building brand awareness.",
"due_on": "2019-09-15",
"start_on": "2019-09-14",
"is_workspace_level": true,
"liked": false,
"likes": [
{
"gid": "12345",
"user": {
"gid": "12345",
"resource_type": "user",
"name": "Greg Sanchez"
}
}
],
"num_likes": 5,
"team": {
"gid": "12345",
"resource_type": "team",
"name": "Marketing"
},
"workspace": {
"gid": "12345",
"resource_type": "workspace",
"name": "My Company Workspace"
},
"followers": [