Dendreo icon

Dendreo

Interact with Dendreo API - Optimized for performance

Actions65

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

  1. Searching for training modules containing a specific keyword to dynamically populate a list in a workflow.
  2. 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

Discussion