
Asana API Integration Profile
Information and guides about integrating with Asana API
Add Asana Integration to Your ProductGet a custom field in Asana API
Get the complete definition of a custom field’s metadata.
Since custom fields can be defined for one of a number of types, and these types have different data and behaviors, there are fields that are relevant to a particular type. For instance, as noted above, enum_options is only relevant for the enum type and defines the set of choices that the enum could represent. The examples below show some of these type-specific custom field definitions.
Input schema fields
Field Name | API Key | Type | |
---|---|---|---|
Path Parameters | pathParameters | object | |
Custom Field Gid | pathParameters.custom_field_gid | string | |
Query | query | object | |
Headers | headers | object |
Output schema fields
Field Name | API Key | Type | Description |
---|---|---|---|
Data | data | object | A generic Asana Resource, containing a globally unique identifier. |
Gid | data.gid | string | Globally unique identifier of the resource, as a string. |
Resource Type | data.resource_type | string | The base type of this resource. |
Name | data.name | string | The name of the custom field. |
Resource Subtype | data.resource_subtype | string | The type of the custom field. Must be one of the given values. |