
Asana API Integration Profile
Information and guides about integrating with Asana API
Add Asana Integration to Your ProductGet an attachment in Asana API
Get the full record for a single attachment.
Input schema fields
Field Name | API Key | Type | |
---|---|---|---|
Path Parameters | pathParameters | object | |
Attachment Gid | pathParameters.attachment_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 file. |
Resource Subtype | data.resource_subtype | string | The service hosting the attachment. Valid values are `asana`, `dropbox`, `gdrive`, `onedrive`, `box`, `vimeo`, and `external`. |