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 perform operations on public sessions in the catalogue. Specifically, the 'Get a Public Session' operation retrieves detailed information about a single public session by its ID. This is useful for workflows that need to fetch session details for display, processing, or integration with other systems, such as event management or training scheduling platforms.
Use Case Examples
- Retrieve details of a specific public training session by its ID to display on a website.
- Fetch public session information to integrate with a calendar or notification system.
Properties
| Name | Meaning |
|---|---|
| Public Session | The identifier of the public session to operate on, selectable from a list or by direct ID input. |
| Record ID | The ID of the record, required for certain operations but not typically used for 'Get a Public Session' in this context. |
Output
JSON
json- The JSON object containing the details of the retrieved public session from the Dendreo API.
Dependencies
- Requires an API key credential for the Dendreo API, including the 'slug' for the API URL.
Troubleshooting
- Authentication errors (401) indicate invalid or missing API credentials; verify the API key and permissions.
- A 404 error means the specified public session ID does not exist or the endpoint is incorrect; check the ID and resource name.
- A 403 error indicates permission issues; ensure the API key has access rights to the public sessions resource.
- Invalid JSON data errors occur if the input JSON for create or update operations is malformed; validate JSON syntax before submission.
Links
- Dendreo API Documentation - Official API documentation for Dendreo, useful for understanding available endpoints and data structures.