Autotask icon

Autotask

Consume Autotask REST API

Actions389

Overview

This node interacts with the Autotask REST API to perform operations on Contract Rate resources, specifically supporting the 'Count' operation among others. It allows users to count the number of contract rate records that match specified criteria. This is useful for reporting, monitoring, or conditional workflows where the number of contract rates needs to be known without retrieving full data sets. For example, a user might count contract rates to trigger alerts when the count exceeds a threshold or to summarize data in dashboards.

Properties

Name Meaning
Fields Defines which fields of the Contract Rate resource to map or use in the operation. This property supports resource mapping with options to define fields manually or auto-map them, enabling precise control over the data involved in the count operation.

Output

JSON

  • count - The total number of Contract Rate records 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 'contractRate'.
  • 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 can cause unexpected results or errors; verify the fields selected are valid for the Contract Rate resource.
  • Network or API rate limit errors may occur; check network connectivity and Autotask API usage limits.

Discussion