Dendreo icon

Dendreo

Interact with Dendreo API - Optimized for performance

Actions65

Overview

This node interacts with the Dendreo API to perform operations related to Permanent Sessions, specifically allowing users to search for permanent sessions based on a search term. It is useful for scenarios where users need to find specific permanent sessions by name or other searchable attributes within the Dendreo platform. For example, a training coordinator could use this node to quickly locate a permanent session by entering a keyword related to the session's name or description.

Use Case Examples

  1. Search for permanent sessions containing the term 'Advanced Training' to retrieve matching sessions for further processing or display.
  2. Use the search functionality to filter permanent sessions by partial names or keywords to integrate with other workflow steps.

Properties

Name Meaning
Search Term The term to search for in permanent sessions, used to filter the sessions by matching this term.
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 output contains an array of permanent session objects matching the search criteria, each with details as returned by the Dendreo API.

Dependencies

  • Requires an API key credential for the Dendreo API, including the '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 permanent sessions.
  • Invalid JSON data errors occur if the input JSON for create or update operations is malformed; validate JSON syntax before submission.

Discussion