
Asana API Integration Profile
Information and guides about integrating with Asana API
Add Asana Integration to Your ProductGet a portfolio's custom fields in Asana API
Returns a list of all of the custom fields settings on a portfolio, in compact form.
Input schema fields
Field Name | API Key | Type | |
---|---|---|---|
Path Parameters | pathParameters | object | |
Portfolio Gid | pathParameters.portfolio_gid | string | |
Query | query | object | |
Headers | headers | object |
Output schema fields
Field Name | API Key | Type | Description |
---|---|---|---|
Data | data | array of items | |
Gid | item.gid | string | Globally unique identifier of the resource, as a string. |
Resource Type | item.resource_type | string | The base type of this resource. |
Project | item.project | object | A generic Asana Resource, containing a globally unique identifier. |
Gid | project.gid | string | Globally unique identifier of the resource, as a string. |