Autotask icon

Autotask

Consume Autotask REST API

Actions389

Overview

This node interacts with the Autotask REST API to perform operations on various resources. Specifically, for the 'Project Charge' resource with the 'Count' operation, it counts the number of project charge records that match specified criteria. This is useful for scenarios where you need to quickly determine the number of charges associated with projects, such as generating reports, monitoring billing, or validating data before further processing.

Properties

Name Meaning
Fields Defines which fields to map or filter on when performing the count operation on project charges. This allows users to specify criteria or select fields relevant to the count query.

Output

JSON

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

Dependencies

  • Requires an API key credential for authenticating with 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 'projectCharge'.
  • Errors related to authentication usually mean the API key credential is missing or invalid; ensure correct credentials are configured.
  • If the count result is zero unexpectedly, check the 'Fields' mapping to ensure the filter criteria are correctly defined.
  • Network or API rate limit errors may occur; verify network connectivity and API usage limits.

Discussion