Dendreo icon

Dendreo

Interact with Dendreo API - Optimized for performance

Actions65

Overview

This node operation fetches multiple training rooms from the Dendreo API. It is useful for scenarios where you need to retrieve a list of available training rooms, for example, to display them in a booking system or to integrate with other training management workflows. The node supports limiting the number of results and including associated data in the response.

Use Case Examples

  1. Retrieve up to 100 training rooms to populate a dropdown list in a training scheduling application.
  2. Fetch training rooms with additional associated data for detailed reporting or integration with other systems.

Properties

Name Meaning
Limit Maximum number of training rooms to return in the response. Controls the size of the result set.
Include Associations Comma-separated list of associations to include in the response. Allows fetching related data along with training rooms.
Request Delay (ms) Delay in milliseconds between API requests. Useful to avoid hitting rate limits or to throttle requests.

Output

JSON

  • json - Array of training room objects returned from the Dendreo API, each representing a training room with its details.

Dependencies

  • Requires an API key credential for the Dendreo API, including the 'slug' for the API endpoint URL.

Troubleshooting

  • Authentication errors (HTTP 401) indicate invalid or missing API key credentials. Verify the API key and permissions.
  • HTTP 404 errors mean the requested resource or endpoint does not exist. Check the resource name and API endpoint URL.
  • HTTP 403 errors indicate permission issues. Ensure the API key has the necessary permissions to access training rooms.
  • Invalid JSON data errors occur if the input JSON for create or update operations is malformed. Validate JSON syntax before submission.

Links

Discussion