Get a section
GET
/sections/{section_gid}
Sections
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://app.asana.com/api/1.0/sections/'
Response Response Example
200 - Example 1
{
"data": {
"gid": "12345",
"resource_type": "task",
"name": "Next Actions",
"created_at": "2012-02-22T02:06:58.147Z",
"project": {
"gid": "12345",
"resource_type": "task",
"name": "Stuff to buy"
},
"projects": [
{
"gid": "12345",
"resource_type": "task",
"name": "Stuff to buy"
}
]
}
}
Request
Path Params
section_gid
string
required
Responses
Modified at 2022-09-13 02:00:31