Actions65
- Actions de Formation Actions
- Catalogue Public (Sessions) Actions
- Centres de Formation Actions
- Contacts Actions
- Entreprises Actions
- Factures Actions
- Formateurs Actions
- Modules/Produits Actions
- Participants Actions
- Sessions Permanentes Actions
- Salles de Formation Actions
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
- Retrieve up to 100 participants to generate a report on training attendance.
- Fetch participants including their associated company details for CRM integration.
- 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.