Dendreo icon

Dendreo

Interact with Dendreo API - Optimized for performance

Actions65

Overview

This node interacts with the Dendreo API to retrieve multiple training centers (Centres de Formation). It supports fetching a list of training centers with options to limit the number of results, include associated data, and introduce a delay between requests. This is useful for users who want to integrate training center data from Dendreo into their workflows, such as for reporting, synchronization, or automation purposes.

Use Case Examples

  1. Retrieve up to 100 training centers with associated data included for a training management system.
  2. Fetch a limited number of training centers to display in a dashboard or send to another system.

Properties

Name Meaning
Limit Maximum number of training centers to return in the response.
Include Associations Comma-separated list of associated data to include in the response, enhancing the detail of each training center record.
Request Delay (ms) Delay in milliseconds between API requests to avoid rate limiting or server overload.

Output

JSON

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

Dependencies

  • Requires an API key credential for the Dendreo API, which includes a slug used to construct the API endpoint URL.

Troubleshooting

  • Authentication errors (HTTP 401) indicate invalid or missing API credentials; verify the API key and permissions.
  • HTTP 404 errors suggest the requested resource or endpoint does not exist; check the resource name and API version.
  • HTTP 403 errors indicate permission issues; ensure the API key has the necessary access rights for training centers.
  • Invalid JSON data errors may occur if input data is malformed; ensure JSON inputs are correctly formatted.

Links

  • Dendreo API Documentation - Official API documentation for Dendreo, providing details on endpoints, parameters, and authentication.

Discussion