
Asana API Integration Profile
Information and guides about integrating with Asana API
Add Asana Integration to Your ProductSubmit parallel requests in Asana API
Make multiple requests in parallel to Asana's API.
Input schema fields
Field Name | API Key | Type | Description |
---|---|---|---|
Query | query | object | |
Data | data | object | |
Data | data.data | object | A request object for use in a batch request. |
Actions | data.data.actions | array of items | |
Relative Path | item.relative_path | string | The path of the desired endpoint relative to the API’s base URL. Query parameters are not accepted here; put them in `data` instead. |
Output schema fields
Field Name | API Key | Type | Description |
---|---|---|---|
Data | data | array of items | |
Status Code | item.status_code | integer | The HTTP status code that the invoked endpoint returned. |
Headers | item.headers | object | A map of HTTP headers specific to this result. This is primarily used for returning a `Location` header to accompany a `201 Created` result. The parent HTTP response will contain all common headers. |
Location | headers.location | string | |
Body | item.body | object | The JSON body that the invoked endpoint returned. |