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 related to trainers (formateurs). Specifically, the 'Get a Trainer' operation retrieves detailed information about a single trainer by their ID. This is useful in scenarios where you need to fetch trainer details for training management, scheduling, or reporting purposes.
Use Case Examples
- Retrieve a trainer's profile by specifying their unique ID to display their information in a training management system.
- Fetch trainer details to verify credentials or availability before assigning them to a training session.
Properties
| Name | Meaning |
|---|---|
| Trainer | The trainer to operate on, identified either from a selectable list or by specifying the trainer's ID. |
| Record ID | The ID of the record, required for get, update, or delete operations but hidden for the 'formateurs' resource in this context. |
Output
JSON
json- The JSON response containing the trainer's details retrieved from the Dendreo API.
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.
- A 404 error suggests the specified trainer ID does not exist or the endpoint is incorrect; check the trainer ID and resource path.
- A 403 error means permission is denied; ensure the API key has the necessary access rights for trainer data.
Links
- Dendreo API Documentation - Official API documentation for interacting with Dendreo resources including trainers.