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 center by its ID. It is useful in scenarios where users need to fetch and utilize data about training centers within their workflows, such as for reporting, integration with other systems, or automation of training center management tasks.
Use Case Examples
- Retrieve details of a training center by selecting it from a list or by specifying its ID.
- Use the node to get training center information to update records in a CRM or ERP system.
- Fetch training center data to display or process in a custom application or dashboard.
Properties
| Name | Meaning |
|---|---|
| Training Center | The training center to operate on, selected either from a list or by specifying its ID. |
| Record ID | The ID of the record, required for get, update, or delete operations but hidden for this resource in the get operation. |
Output
JSON
json- The JSON object containing the training center 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 means the specified training center ID does not exist or the endpoint is incorrect; check the ID and resource name.
- A 403 error indicates permission issues; ensure the API key has the necessary access rights for the training center resource.
- Invalid JSON data errors occur if the input JSON for create or update operations is malformed; validate JSON syntax before submission.
Links
- Dendreo API Documentation - Official API documentation for Dendreo, providing details on endpoints and usage.