Dendreo icon

Dendreo

Interact with Dendreo API - Optimized for performance

Actions65

Overview

This node operation fetches multiple participant records from the Dendreo API. It is designed to retrieve a list of participants with optional parameters to limit the number of results, include related associations, and introduce a delay between requests. This is useful for scenarios where you need to bulk retrieve participant data for reporting, synchronization, or further processing in workflows.

Use Case Examples

  1. Retrieve up to 100 participants to generate a report on training attendance.
  2. Fetch participants including their associated company details for CRM integration.
  3. Get a limited number of participants with a delay between requests to avoid hitting API rate limits.

Properties

Name Meaning
Limit Maximum number of participant records to return in the response.
Include Associations Comma-separated list of related associations to include in the participant data response.
Request Delay (ms) Delay in milliseconds between consecutive API requests to manage rate limiting or server load.

Output

JSON

  • json - Array of participant objects returned from the Dendreo API, each representing a participant's data.

Dependencies

  • Requires an API key credential for the Dendreo API, including the account slug for endpoint construction.

Troubleshooting

  • Authentication errors (HTTP 401) indicate invalid or missing API credentials; verify the API key and permissions.
  • HTTP 404 errors suggest the participant resource or endpoint does not exist; check the resource name and API version.
  • HTTP 403 errors indicate permission issues; ensure the API key has access rights to participant data.
  • Invalid JSON data errors may occur if input JSON for other operations is malformed; ensure proper JSON formatting.

Discussion