Dendreo icon

Dendreo

Interact with Dendreo API - Optimized for performance

Actions65

Overview

This node interacts with the Dendreo API to retrieve multiple permanent sessions ("Sessions Permanentes"). It supports fetching a list of permanent sessions with options to limit the number of results, include associated data, and add a delay between requests. This is useful for users who want to automate the retrieval of training session data for reporting, integration, or further processing within workflows.

Use Case Examples

  1. Retrieve up to 100 permanent sessions with associated data included for training management.
  2. Fetch a limited number of permanent sessions with a delay between requests to avoid API rate limits.

Properties

Name Meaning
Additional Fields Optional parameters to customize the request, including limit on number of results, associations to include, and request delay in milliseconds.

Output

JSON

  • json - Array of permanent session objects returned from the Dendreo API, each representing a permanent session with its details.

Dependencies

  • Requires an API key credential for Dendreo API authentication.

Troubleshooting

  • Authentication errors (401) indicate invalid or missing API key; verify credentials.
  • 404 errors indicate the resource or endpoint does not exist; check resource name and API endpoint.
  • 403 errors indicate permission issues; ensure the API key has sufficient permissions for the requested resource.
  • Invalid JSON data errors occur if input JSON is malformed; validate JSON input before use.

Discussion