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 invoices (factures). It supports fetching a list of invoices with options to limit the number of results and include additional related data. This is useful for scenarios where users need to bulk retrieve invoice data for reporting, synchronization, or further processing in workflows.
Use Case Examples
- Retrieve up to 20 invoices with specific associated data included.
- Fetch the latest 100 invoices for analysis or export.
Properties
| Name | Meaning |
|---|---|
| Limit | Maximum number of invoice results to return, with a range from 1 to 100. |
| Include | Additional fields or associations to include in the invoice response, specified as a comma-separated string. |
Output
JSON
json- The JSON output contains an array of invoice objects retrieved from the Dendreo API, each representing an invoice with its details.
Dependencies
- Requires an API key credential for the Dendreo API, identified by a slug used in the API URL.
Troubleshooting
- Authentication errors (HTTP 401) indicate invalid or missing API credentials; verify the API key and permissions.
- HTTP 404 errors suggest the requested invoice resource or endpoint does not exist; check the invoice ID or resource path.
- HTTP 403 errors indicate permission issues; ensure the API key has the necessary access rights for invoices.
- Invalid JSON data errors may occur if input data is malformed; ensure JSON inputs are correctly formatted.
Links
- Dendreo API Documentation - Official API documentation for Dendreo, useful for understanding available endpoints and data structures.