Autotask icon

Autotask

Consume Autotask REST API

Actions389

Overview

This node interacts with the Autotask REST API to perform operations on various resources, including Holiday Sets. Specifically, the 'Count' operation for the 'Holiday Set' resource allows users to retrieve the total number of holiday sets matching specified criteria. This is useful for reporting, monitoring, or conditional workflow branching based on the number of holiday sets in the system.

Properties

Name Meaning
Fields Defines which fields of the Holiday Set resource to map or consider when performing the operation. This property uses a resource mapper to allow users to specify or auto-map fields relevant to the Holiday Set resource.

Output

JSON

  • count - The total number of Holiday Set 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 'holidaySet'.
  • 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 field mappings correspond to valid Holiday Set fields.
  • Network or API rate limit issues may cause failures; check network connectivity and Autotask API usage limits.

Discussion