Autotask icon

Autotask

Consume Autotask REST API

Actions389

Overview

This node interacts with the Autotask REST API to perform a 'Count' operation on the 'Contract Block Hour Factor' resource. It allows users to count the number of contract block hour factor records that meet specified criteria. This is useful for reporting, auditing, or conditional workflow branching based on the number of such records in Autotask.

Properties

Name Meaning
Fields Defines which fields of the Contract Block Hour Factor resource to map and use in the operation. This property supports selecting specific fields to include in the count operation, enabling precise control over the data processed.

Output

JSON

  • count - The total number of Contract Block Hour Factor records matching the specified criteria.

Dependencies

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

Troubleshooting

  • Ensure the Autotask API credentials are correctly configured and have sufficient permissions to access Contract Block Hour Factor data.
  • If the node throws a 'Resource not supported' error, verify that the resource parameter is set to 'contractBlockHourFactor' and the operation is 'count'.
  • Network connectivity issues can cause API call failures; verify network access to the Autotask API endpoint.
  • Incorrect or incomplete field mappings in the 'Fields' property may result in unexpected results or errors; ensure fields are valid and supported by the API.

Discussion