Dendreo icon

Dendreo

Interact with Dendreo API - Optimized for performance

Actions65

Overview

This node interacts with the Dendreo API to retrieve multiple modules (products) from the Dendreo platform. It supports fetching a list of modules with options to limit the number of results, include related associations, and add a delay between requests. This is useful for workflows that need to process or analyze multiple training modules or products managed in Dendreo, such as generating reports, syncing data with other systems, or automating training catalog updates.

Use Case Examples

  1. Retrieve up to 100 training modules to display in a dashboard.
  2. Fetch modules including their associated data for detailed processing.
  3. Apply a delay between API requests to avoid rate limiting when fetching large datasets.

Properties

Name Meaning
Additional Fields Optional parameters to customize the request, including limit on number of results, associations to include, and request delay.

Output

JSON

  • json - Array of module objects returned from the Dendreo API, each representing a module with its properties and associations as requested.

Dependencies

  • Dendreo API with an API key credential

Troubleshooting

  • Authentication errors (401) indicate invalid or missing API key; verify credentials.
  • Resource not found errors (404) suggest incorrect resource or endpoint; check resource name and API version.
  • Permission denied errors (403) mean insufficient permissions; ensure API key has required access rights.
  • Invalid JSON data errors occur if input JSON is malformed; validate JSON before use.

Links

Discussion