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, for the Benutzer (User) resource with the Get Many operation, it retrieves a paginated list of users from the Actaport system.
This operation is useful when you want to fetch multiple user records at once, for example:
- Synchronizing user data between Actaport and another system.
- Displaying a list of users in a dashboard or report.
- Automating workflows that require processing or filtering many users.
The node supports pagination through page index and page size parameters, allowing efficient handling of large user datasets.
Properties
| Name | Meaning |
|---|---|
| Page | Zero-based page index (0..N) specifying which page of users to retrieve. |
| Size | Number of users to return per page. Controls the page size of the result set. |
These properties allow controlling the pagination of the user list returned by the API.
Output
The node outputs JSON data representing the list of users retrieved from Actaport. The structure corresponds to the API response for the /benutzer endpoint with pagination applied via page and size query parameters.
- The output JSON typically contains an array of user objects with their details.
- Pagination metadata may also be included depending on the API's response format.
- 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 is configured via credentials.
- The node sends HTTP GET requests to the
/benutzerendpoint with query parameters for pagination.
Troubleshooting
Common issues:
- Invalid or missing API credentials will cause authentication errors.
- Requesting a page index beyond available pages may return empty results.
- Network connectivity problems can prevent successful API calls.
Error messages:
- Authentication failures: Check that the API key credential is correctly configured.
- HTTP 4xx or 5xx errors: Verify the correctness of parameters and API availability.
- Timeout or network errors: Ensure network access to the Actaport API endpoint.
Links and References
- Actaport API Documentation (general reference; actual URL may vary)
- Actaport official website: https://www.actaport.de/