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 detailed information about a specific training room. It is designed to fetch data for a single training room based on a provided identifier, which can be selected from a list or entered directly by ID. This operation is useful in scenarios where users need to access or manipulate data related to training rooms within the Dendreo platform, such as for scheduling, resource management, or reporting purposes.
Use Case Examples
- Retrieve details of a training room by selecting it from a searchable list.
- Fetch information about a training room by specifying its unique ID.
Properties
| Name | Meaning |
|---|---|
| Training Room | The training room to operate on, selectable either from a list or by entering its ID. |
Output
JSON
json- The JSON response containing the training room details retrieved from the Dendreo API.
Dependencies
- Dendreo API with an API key credential
Troubleshooting
- Ensure the API key credential for Dendreo is correctly configured to avoid authentication errors.
- Verify that the training room ID provided exists; otherwise, a 'not found' error may occur.
- Check permissions for the API key to ensure access to training room data is allowed.
Links
- Dendreo API Documentation - Official API documentation for Dendreo, useful for understanding available endpoints and data structures.