Dendreo icon

Dendreo

Interact with Dendreo API - Optimized for performance

Actions65

Overview

This node interacts with the Dendreo API to perform operations on training actions (Actions de Formation). Specifically, the 'Get a Training Action' operation retrieves detailed information about a single training action by its ID. This is useful for scenarios where you need to fetch specific training action details for reporting, integration, or further processing within an automation workflow.

Use Case Examples

  1. Retrieve details of a specific training action by selecting it from a list or by providing its ID.
  2. Use the node to fetch training action data to update a CRM or training management system.
  3. Automate the retrieval of training action information for generating reports or notifications.

Properties

Name Meaning
Training Action The specific training action to work with, identified either from a selectable list or by providing its ID. This property is required for the 'get' operation on the 'Actions de Formation' resource.
Record ID The ID of the record, required for operations like get, update, or delete but hidden for the 'Actions de Formation' resource in this context.

Output

JSON

  • id_action_de_formation - Unique identifier of the training action.
  • intitule - Title or name of the training action.
  • type - Type of training (e.g., inter-company, intra-company, non-training).
  • date_debut - Start date of the training action.
  • date_fin - End date of the training action.
  • additionalProperties - Other properties returned by the API related to the training action.

Dependencies

  • Requires an API key credential for the Dendreo API, which includes a slug used to construct the API endpoint URL.

Troubleshooting

  • Ensure the training action ID is provided and valid; missing or incorrect IDs will cause errors.
  • Authentication errors (HTTP 401) indicate issues with the API key or permissions; verify credentials.
  • A 404 error means the training action was not found or the endpoint is incorrect; check the ID and resource name.
  • Permission denied errors (HTTP 403) suggest insufficient permissions for the requested operation; review API permissions.

Links

  • Dendreo API Documentation - Official API documentation for Dendreo, useful for understanding available endpoints and data structures.

Discussion