get https://app.asana.com/api/1.0/portfolios/
Returns the complete portfolio record for a single portfolio.
Responses
Returns the complete portfolio record for a single portfolio.
xxxxxxxxxx
curl --request GET \
--url https://app.asana.com/api/1.0/portfolios/portfolio_gid \
--header 'accept: application/json'
xxxxxxxxxx
179}
{
"data": {
"gid": "12345",
"resource_type": "portfolio",
"name": "Bug Portfolio",
"archived": false,
"color": "light-green",
"created_at": "2012-02-22T02:06:58.147Z",
"created_by": {
"gid": "12345",
"resource_type": "user",
"name": "Greg Sanchez"
},
"custom_field_settings": [
{
"gid": "12345",
"resource_type": "custom_field_setting",
"project": {
"gid": "12345",
"resource_type": "project",
"name": "Stuff to buy"
},
"is_important": false,
"parent": {
"gid": "12345",
"resource_type": "project",
"name": "Stuff to buy"
},
"custom_field": {
"gid": "12345",
"resource_type": "custom_field",
"name": "Status",
"type": "text",