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 'Modules/Produits' resource, specifically supporting the 'Search Modules' operation. It allows users to search for modules by a search term, optionally limiting the number of results and including associated data. This is useful for workflows that need to find specific training modules or products within the Dendreo system based on partial or full text matches.
Use Case Examples
- Searching for training modules containing a specific keyword to dynamically populate a list in a workflow.
- Filtering modules by a search term to automate course selection or reporting processes.
Properties
| Name | Meaning |
|---|---|
| Search Term | The term to search for in module records, used to filter the modules returned by the API. |
| Additional Fields | Optional parameters to refine the search, including limit on number of results, associations to include, and request delay between API calls. |
Output
JSON
json- The JSON response from the Dendreo API containing the list of modules matching the search term, each module represented as an object with its properties.
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.
- HTTP 404 errors suggest the resource or endpoint does not exist; check the resource name and API version.
- HTTP 403 errors indicate permission issues; ensure the API key has the necessary access rights for the modules 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, detailing endpoints, parameters, and authentication.