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 various operations on the 'Formateurs' (Trainers) resource, specifically supporting the 'Search Trainers' operation. It allows users to search for trainers by a search term, optionally limiting the number of results and including additional fields. This is useful for scenarios where you need to find trainers matching specific criteria within the Dendreo system, such as integrating trainer data into workflows or automating trainer-related processes.
Use Case Examples
- Searching for trainers by name or keyword to populate a list in a workflow.
- Filtering trainers based on specific search terms to automate assignment or notification processes.
Properties
| Name | Meaning |
|---|---|
| Search Term | The term to search for trainers, used to filter the trainer records based on matching text. |
| Additional Fields | Optional additional parameters such as limit on the number of results, fields to include in the response, and request delay between API calls. |
Output
JSON
json- The JSON output contains the list of trainers matching the search criteria, each with their details as returned by the Dendreo API.
Dependencies
- Requires an API key credential for the Dendreo API, including a slug for the API endpoint 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 endpoint configuration.
- HTTP 403 errors indicate permission issues; ensure the API key has the necessary access rights for the 'formateurs' resource.
- Invalid JSON data errors may occur if the input data is malformed; ensure JSON inputs are correctly formatted.