Autotask icon

Autotask

Consume Autotask REST API

Actions389

Overview

This node interacts with the Autotask REST API to perform operations on Billing Code resources, specifically supporting the 'Count' operation. It allows users to count the number of billing codes matching specified criteria. This is useful for reporting, auditing, or conditional workflows where the number of billing codes needs to be known without retrieving full details.

Properties

Name Meaning
Fields Defines which fields of the Billing Code resource to map or consider when performing the count operation. This property supports resource mapping with options to define fields manually or auto-map them, enabling flexible selection of relevant billing code fields.

Output

JSON

  • count - The total number of Billing Code records that match 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 'billingCode'.
  • Authentication errors may occur if the Autotask API credentials are missing or invalid; ensure valid 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 Billing Code resource.
  • Network or API rate limit issues can cause failures; check network connectivity and Autotask API usage limits.

Discussion