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 interacts with the Dendreo API to retrieve multiple public sessions from the public catalogue. It is designed to fetch a list of upcoming public training sessions, which can be useful for training coordinators, event planners, or educational institutions to display or process available sessions. For example, it can be used to integrate session data into a website or automate notifications about upcoming training opportunities.
Use Case Examples
- Fetch up to 100 upcoming public sessions to display on a training portal.
- Retrieve public sessions including associated data like trainers or locations by specifying associations.
- Introduce a delay between requests to avoid hitting API rate limits when fetching large datasets.
Properties
| Name | Meaning |
|---|---|
| Additional Fields | Optional parameters to customize the request such as limiting the number of results, including related associations, and setting a delay between requests. |
Output
JSON
json- Array of public session objects returned from the Dendreo API, each representing a public training session with its details.
Dependencies
- Requires an API key credential for the Dendreo API, including a slug for the API URL.
Troubleshooting
- Authentication errors (401) indicate invalid or missing API credentials; verify the API key and permissions.
- A 404 error suggests the resource or endpoint does not exist; check the resource name and API endpoint.
- A 403 error means permission denied; ensure the API key has access rights to the requested resource.
- Invalid JSON data errors occur if the input JSON is malformed; validate JSON input before sending.
Links
- Dendreo API Documentation - Official API documentation for Dendreo, detailing endpoints and usage.