Actions65
- Actions de Formation Actions
- Catalogue Public (Sessions) Actions
- Centres de Formation Actions
- Contacts Actions
- Entreprises Actions
- Factures Actions
- Formateurs Actions
- Modules/Produits Actions
- Participants Actions
- Sessions Permanentes Actions
- Salles de Formation Actions
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
- Retrieve up to 100 training modules to display in a dashboard.
- Fetch modules including their associated data for detailed processing.
- 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
- Dendreo API Documentation - Official API documentation for Dendreo platform endpoints and usage.