Autotask icon

Autotask

Consume Autotask REST API

Actions389

Overview

This node interacts with the Autotask REST API to perform operations on the 'Contract Service Bundle' resource, specifically supporting the 'Count' operation. It allows users to count the number of contract service bundles that match specified criteria or filters. This is useful for reporting, monitoring, or conditional workflows where the number of contract service bundles needs to be known without retrieving full details.

Properties

Name Meaning
Fields Defines which fields to map or include when performing the count operation on contract service bundles. This property uses a resource mapper to specify the fields relevant to the 'contractServiceBundle' resource and supports auto-mapping and multi-key matching.

Output

JSON

  • count - The total number of contract service bundles 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 'contractServiceBundle'.
  • 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 fields selected are valid for the 'contractServiceBundle' resource.
  • Network or API rate limit errors can occur; check network connectivity and Autotask API usage limits.

Discussion