Dendreo icon

Dendreo

Interact with Dendreo API - Optimized for performance

Actions65

Overview

This node interacts with the Dendreo API to perform a search operation on public sessions in the catalogue. It allows users to search for public sessions by providing a search term and optional additional parameters such as result limits, included associations, and request delays. This is useful for retrieving specific public session data from the Dendreo platform based on search criteria.

Use Case Examples

  1. Search for public sessions containing the term 'JavaScript' to find relevant training sessions.
  2. Limit the search results to 50 public sessions and include associated data like trainers or locations.

Properties

Name Meaning
Search Term The term to search for in public sessions.
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 search results for public sessions.

Dependencies

  • Requires an API key credential for Dendreo API authentication.

Troubleshooting

  • Authentication errors may occur if the API key is invalid or lacks necessary permissions. Verify the API key and permissions.
  • A 404 error indicates the resource or endpoint may not exist; check the resource name and API endpoint.
  • Permission denied errors suggest insufficient permissions for the requested operation; verify user roles and API access rights.
  • Invalid JSON data errors can occur if the input JSON is malformed; ensure JSON inputs are correctly formatted.

Discussion