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 company (entreprise) by its ID. It is useful in scenarios where you need to fetch company data for further processing, reporting, or integration with other systems. For example, you can use this node to get company details before updating records, generating reports, or linking company data to contacts or participants.
Use Case Examples
- Retrieve a company's details by selecting it from a list or by providing its ID.
- Use the node to fetch company information as part of a workflow that updates contact or participant records associated with that company.
Properties
| Name | Meaning |
|---|---|
| Company | The company to work with, selectable either from a list or by specifying the company ID. |
| Record ID | The ID of the record, required for get, update, or delete operations when not using the resource locator for company. |
Output
JSON
json- The JSON object containing the company details retrieved from the Dendreo API.
Dependencies
- Requires an API key credential for the Dendreo API, including the 'slug' used to construct the API URL.
Troubleshooting
- Authentication errors (HTTP 401) indicate invalid or missing API credentials; verify the API key and permissions.
- HTTP 404 errors mean the specified company ID was not found or the endpoint does not exist; check the company ID and resource path.
- HTTP 403 errors indicate permission issues; ensure the API key has the necessary access rights for company data.