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 perform operations on the 'Actions de Formation' (Training Actions) resource. Specifically, the 'Get Many Training Actions' operation retrieves multiple training action records from the Dendreo platform. It supports filtering and limiting the number of results, and optionally including associated data. This node is useful for scenarios where users need to fetch lists of training actions for reporting, integration, or further processing within an automation workflow.
Use Case Examples
- Fetching a list of up to 100 training actions to display in a dashboard.
- Retrieving training actions with specific associated data included for detailed analysis.
- Automating the synchronization of training actions data from Dendreo to another system.
Properties
| Name | Meaning |
|---|---|
| Additional Fields | Optional parameters to customize the request, including limiting the number of results, including associations, and setting a delay between requests. |
Output
JSON
json- Array of training action objects retrieved from the Dendreo API, each representing a training action with its properties.
Dependencies
- Requires an API key credential for the Dendreo API, including the 'slug' for the API URL.
Troubleshooting
- Authentication errors (HTTP 401) indicate invalid or missing API credentials; verify the API key and permissions.
- HTTP 404 errors suggest the resource or endpoint does not exist; check the resource name and API version.
- HTTP 403 errors indicate permission issues; ensure the API key has access rights to the requested resource.
- Invalid JSON data errors occur if input JSON is malformed; validate JSON input before use.
Links
- Dendreo API Documentation - Official API documentation for Dendreo, detailing endpoints and usage.