awork icon

awork

Automate your workflows with the awork API

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

  1. Retrieve all task lists for a given project ID to display in a project management dashboard.
  2. Fetch task lists filtered by specific criteria to generate custom reports.
  3. 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

Discussion