
Asana API Integration Profile
Information and guides about integrating with Asana API
Add Asana Integration to Your ProductGet a project's custom fields in Asana API
Returns a list of all of the custom fields settings on a project, in compact form. Note that, as in all queries to collections which return compact representation, opt_fields
can be used to include more data than is returned in the compact representation. See the getting started guide on input/output options for more information.
Input schema fields
Field Name | API Key | Type | |
---|---|---|---|
Path Parameters | pathParameters | object | |
Project Gid | pathParameters.project_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. |