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 trainer records. It is designed to fetch a list of trainers with optional parameters such as limiting the number of results and including associated data. This operation is useful for scenarios where you need to obtain a list of trainers for training management, reporting, or integration with other systems.
Use Case Examples
- Retrieve up to 100 trainers to display in a training management dashboard.
- Fetch trainers including their associated data for detailed reporting.
- Limit the number of trainers returned to optimize performance in workflows.
Properties
| Name | Meaning |
|---|---|
| Limit | Maximum number of trainer results to return (between 1 and 100). |
| Include | Additional fields or associations to include in the trainer response, specified as a comma-separated list. |
Output
JSON
json- The JSON array of trainer objects returned from the Dendreo API, each representing a trainer's data.
Dependencies
- Requires an API key credential for the Dendreo API, identified by a slug used in 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 requested resource or endpoint does not exist; check the resource name and API endpoint.
- HTTP 403 errors indicate permission issues; ensure the API key has the necessary access rights for trainers.
- Invalid JSON data errors may occur if input data is malformed; ensure JSON inputs are correctly formatted.
Links
- Dendreo API Documentation - Official API documentation for Dendreo, detailing endpoints and usage.