awork icon

awork

Automate your workflows with the awork API

Overview

This node interacts with the awork API to retrieve types of work associated with project tasks. It is useful for automating workflows that require fetching detailed work type information for project management purposes, such as reporting, task categorization, or integration with other systems.

Use Case Examples

  1. Fetch all types of work available for project tasks to display in a dashboard.
  2. Retrieve filtered types of work based on specific criteria to generate custom reports.
  3. Order types of work by a specific field to prioritize or organize data for further processing.

Properties

Name Meaning
Return All Determines whether to return all results or limit the number of results returned.
Filter By Allows filtering the results by specific criteria using the awork API filtering syntax.
Order By Specifies the order in which results should be returned, based on a field and direction.
Request Options Additional request settings such as batching, SSL certificate validation, proxy configuration, and timeout settings.

Output

JSON

  • id - Unique identifier of the type of work.
  • name - Name of the type of work.
  • description - Description of the type of work.
  • createdAt - Timestamp when the type of work was created.
  • updatedAt - Timestamp when the type of work was last updated.

Dependencies

  • awork API key credential for authentication

Troubleshooting

  • Ensure the API key credential is correctly configured and has the necessary permissions to access project task types of work.
  • Check network connectivity and proxy settings if requests fail or time out.
  • If filtering or ordering parameters are incorrect, the API may return errors or empty results; verify syntax according to awork API documentation.
  • SSL certificate validation errors can be bypassed by enabling the 'Ignore SSL Issues' option, but use with caution.

Links

Discussion