Actaport
Actions29
- Akten Actions
- Aufgaben Actions
- Benutzer Actions
- Dokumente Actions
- Fristen Actions
- Kollisionsprüfung Actions
- Kontakt Actions
- Notizen Actions
- Rechnungen Actions
- Widervorlagen Actions
Overview
This node integrates with the Actaport API, a cloud-based legal practice management software. Specifically, the "Fristen" resource with the "Get Many" operation allows users to retrieve multiple deadline entries (Fristen) from Actaport in a paginated manner.
Common scenarios for this node include:
- Fetching a list of upcoming or past deadlines related to legal cases.
- Synchronizing deadlines from Actaport into other systems or workflows.
- Automating reminders or notifications based on deadlines retrieved.
For example, a law firm could use this node to pull all deadlines for the current month and then trigger follow-up tasks or alerts within their workflow automation.
Properties
| Name | Meaning |
|---|---|
| Page | Zero-based page index (0..N) to specify which page of results to retrieve. |
| Size | The number of deadline records to return per page. |
These properties control pagination when fetching many deadlines.
Output
The node outputs JSON data containing an array of deadline objects retrieved from the Actaport API. Each item represents a deadline entry with its associated details as provided by the API.
No binary data output is indicated for this operation.
Dependencies
- Requires an API key credential for authenticating with the Actaport API.
- The base URL for the API must be configured in the credentials.
- The node sends HTTP GET requests to the
/fristenendpoint with pagination query parameters.
Troubleshooting
- Empty results: Ensure that the
pageandsizeparameters are set correctly and that there are deadlines available in the account. - Authentication errors: Verify that the API key credential is valid and has sufficient permissions.
- API connectivity issues: Check network access to the Actaport API base URL and confirm no firewall or proxy blocks.
- Invalid parameter values: Confirm that
pageis zero-based and non-negative, andsizeis a positive integer.
Links and References
- Actaport Official Website
- Actaport API documentation (not publicly linked here; refer to your Actaport account or support for API docs)