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 detailed information about a specific Permanent Session by its ID. It is useful in scenarios where users need to fetch data about ongoing or scheduled permanent training sessions within the Dendreo platform. For example, it can be used to automate workflows that require session details for reporting, scheduling, or integration with other systems.
Use Case Examples
- Retrieve details of a Permanent Session by selecting it from a list or by providing its ID.
- Use the node to get session information for updating records or triggering notifications based on session data.
Properties
| Name | Meaning |
|---|---|
| Permanent Session | The identifier of the permanent 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 hidden for this resource-operation combination. |
Output
JSON
json- The JSON object containing the details of the requested permanent session from the Dendreo API.
Dependencies
- Requires an API key credential for Dendreo API authentication.
Troubleshooting
- Authentication errors (HTTP 401) indicate invalid or missing API credentials; verify the API key and permissions.
- HTTP 404 errors suggest the specified permanent session ID does not exist or the endpoint is incorrect; check the ID and resource path.
- HTTP 403 errors indicate permission issues; ensure the API key has the necessary access rights for permanent sessions.