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 company records (entreprises). It supports fetching a list of companies with options to limit the number of results, include associated data, and add delays between requests. This is useful for workflows that need to process or analyze company data in bulk, such as syncing company information, generating reports, or integrating with other systems.
Use Case Examples
- Retrieve up to 100 companies to sync with a CRM system.
- Fetch companies including their associated contacts for detailed analysis.
- Get a limited number of companies with a delay between requests to avoid API rate limits.
Properties
| Name | Meaning |
|---|---|
| Additional Fields | Optional parameters to customize the request, including limit on number of results, associations to include, and request delay in milliseconds. |
Output
JSON
json- Array of company objects returned from the Dendreo API, each representing a company with its properties.
Dependencies
- Requires an API key credential for Dendreo API authentication.
Troubleshooting
- Authentication errors (401) indicate invalid or missing API key; verify credentials.
- 404 errors mean the requested resource or endpoint does not exist; check resource and operation parameters.
- 403 errors indicate permission issues; ensure the API key has sufficient permissions for the requested operation.
- Invalid JSON data errors occur if input JSON for create or update operations is malformed; validate JSON before submission.
Links
- Dendreo API Documentation - Official API documentation for Dendreo, detailing endpoints and usage.