Dendreo icon

Dendreo

Interact with Dendreo API - Optimized for performance

Actions65

Overview

This node interacts with the Dendreo API to perform a search operation specifically for 'Actions de Formation' (Training Actions). It allows users to search for training actions by providing a search term and optional additional parameters such as result limits and included associations. This is useful for retrieving training action data based on keywords, which can be applied in scenarios like filtering training programs, managing training catalogs, or integrating training data into workflows.

Use Case Examples

  1. Search for training actions containing a specific keyword to display relevant training programs.
  2. Retrieve a limited number of training actions with associated details for reporting or analysis.

Properties

Name Meaning
Search Term The term to search for in training actions.
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 containing the list of training actions matching the search criteria.

Dependencies

  • Requires an API key credential for Dendreo API authentication.

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.
  • HTTP 403 errors indicate permission issues; ensure the API key has the necessary access rights for training actions.
  • Invalid JSON data errors may occur if input JSON is malformed; validate JSON input before use.

Discussion