Autotask icon

Autotask

Consume Autotask REST API

Actions389

Overview

This node interacts with the Autotask REST API to perform operations on Project Tasks, specifically supporting a 'Count' operation for the 'Project Task' resource. It allows users to count the number of project tasks that meet specified criteria. This is useful for reporting, monitoring workload, or triggering workflows based on the number of tasks. For example, a user can count all open tasks in a project to assess progress or workload distribution.

Properties

Name Meaning
Fields Defines which fields of the Project Task resource to map or use in the operation. This property supports resource mapping with options to define fields manually or auto-map them, enabling flexible selection of task attributes relevant to the count operation.

Output

JSON

  • count - The total number of project tasks matching the specified criteria.

Dependencies

  • Requires an Autotask API key credential for authentication to access the Autotask REST API.

Troubleshooting

  • If the node throws an error indicating the resource is not supported, verify that the 'resource' parameter is set to 'task'.
  • Authentication errors may occur if the Autotask API credentials are missing or invalid; ensure valid API credentials are configured.
  • Incorrect or incomplete field mappings in the 'Fields' property may cause unexpected results or errors; verify the selected fields are valid for the Project Task resource.
  • Network or API rate limit errors can occur; check network connectivity and Autotask API usage limits.

Discussion