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 project management workflows where users need to fetch and process task lists within a project, such as for reporting, task tracking, or integration with other tools. For example, a user can automate the retrieval of all task lists for a project to update a dashboard or trigger notifications based on task list status.
Use Case Examples
- Retrieve all task lists for a given project ID to display in a project management dashboard.
- Fetch task lists filtered by specific criteria to generate custom reports.
- Order task lists by a specific field to prioritize tasks in an automated workflow.
Properties
| Name | Meaning |
|---|---|
| Project ID | The ID of the project for which to retrieve task lists. |
| Return All | Whether to return all task lists or limit the number of results. |
| Filter By | Filter the task lists by specific criteria using the awork API filtering syntax. |
| Order By | Order the task lists by a specific field and direction using the awork API ordering syntax. |
| Request Options | Additional request options such as batching, SSL certificate validation, proxy settings, and timeout configuration. |
Output
JSON
taskLists- Array of task lists retrieved for the specified project.
Dependencies
- awork API key credential
Troubleshooting
- Ensure the Project ID is valid and exists in the awork system to avoid 'not found' errors.
- If filtering or ordering syntax is incorrect, the API may return errors; refer to https://developers.awork.com/filtering and https://developers.awork.com/ordering for correct usage.
- Network issues or incorrect proxy settings can cause request failures; verify proxy configuration and network connectivity.
- If SSL certificate validation is disabled, be aware of potential security risks when accepting insecure responses.
Links
- awork API Filtering Documentation - Details on how to filter results using the awork API.
- awork API Ordering Documentation - Details on how to order results using the awork API.