Autotask icon

Autotask

Consume Autotask REST API

Actions389

Overview

This node interacts with the Autotask REST API to perform operations related to Resource Roles, specifically to count the number of resource roles matching certain criteria. It is useful for scenarios where you need to retrieve the total count of resource roles in Autotask, for example, to monitor resource allocation or for reporting purposes.

Properties

Name Meaning
Fields Defines which fields of the resource role to map or consider when performing the count operation. This allows filtering or specifying particular attributes relevant to the count.

Output

JSON

  • count - The total number of resource roles 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 resource roles.
  • If the count operation returns zero unexpectedly, verify that the fields and filters specified in the 'Fields' property are correct and match existing resource roles.
  • Common error messages may include authentication failures or unsupported resource errors; verify the resource name is 'resourceRole' and the operation is 'count'.
  • Network connectivity issues to the Autotask API endpoint can cause failures; ensure network access is available.

Discussion