Actions36
- Document Actions
- Project Actions
- Project Task Actions
- User Actions
- Company Actions
Overview
This node interacts with the awork API to retrieve task lists associated with a specific project. It is useful for automating workflows that require project management data, such as fetching all task lists for a given project to analyze progress, update statuses, or integrate with other tools. For example, a user can input a project ID to get all task lists within that project for reporting or synchronization purposes.
Use Case Examples
- Retrieve all task lists for a project by providing the project ID.
- Automate the extraction of task lists to update a dashboard or send notifications.
Properties
| Name | Meaning |
|---|---|
| Project ID | The unique identifier of the project for which task lists are to be retrieved. |
| Request Options | Additional settings for the API request such as batching, SSL certificate validation, proxy configuration, and timeout duration. |
Output
JSON
taskLists- An array of task lists retrieved from the specified project.
Dependencies
- Requires an API key credential for authenticating with the awork API.
Troubleshooting
- Ensure the provided Project ID is valid and exists in the awork system to avoid errors.
- If SSL certificate validation fails, enable the 'Ignore SSL Issues' option to bypass this check, but be aware of security risks.
- Check proxy settings if requests fail due to network restrictions.
- Adjust the timeout setting if the server response is slow to prevent premature request abortion.
Links
- awork API Documentation - Official documentation for the awork API, useful for understanding available endpoints and request parameters.