Autotask icon

Autotask

Consume Autotask REST API

Actions389

Overview

This node interacts with the Autotask REST API to perform operations related to Contract Exclusion Sets, specifically supporting the 'Count' operation among others. It allows users to count the number of contract exclusion sets that meet specified criteria, which is useful for reporting, auditing, or conditional workflow branching based on the number of such sets in the system.

Properties

Name Meaning
Fields Defines which fields of the Contract Exclusion Sets resource to map and use in the operation. This property supports resource mapping to specify and customize the data fields involved in the count operation.

Output

JSON

  • count - The total number of Contract Exclusion Sets 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 Exclusion Sets data.
  • If the node throws a 'Resource not supported' error, verify that the resource parameter is set to 'contractExclusionSets' and the operation to 'count'.
  • Network connectivity issues or API rate limits may cause failures; check network access and Autotask API usage limits.

Discussion