Actions27
- Public Administration Actions
- Public Actions
- Public Transactions Actions
- Get Indexes Account
- Post Indexes Account
- Get Indexes Categories
- Post Indexes Categories
- Get Indexes Customer
- Post Indexes Customer
- Get Invoices
- Patch Invoices
- Get Orders
- Post Orders
- Get Payments
- Patch Payments
- Get Indexes Status
- Post Indexes Status
- Get Indexes Tax Rate
- Post Indexes Tax Rate
- Get Indexes Vendor
- Post Indexes Vendor
Overview
This node interacts with the Dokka API to retrieve the status of indexes related to public transactions for a specified company. It is useful in scenarios where users need to monitor or audit the indexing process of transaction data within the Dokka platform, such as verifying if data has been fully processed or updated.
For example, a finance team might use this node to check whether the latest transaction data for their company has been indexed and is ready for reporting or further analysis.
Properties
| Name | Meaning |
|---|---|
| Company ID | The unique identifier of the company in Dokka for which the index status is requested. |
| X Fields | An optional header field to specify a mask of fields to include in the response. |
Output
The node outputs JSON data representing the status of indexes for the specified company's public transactions. This typically includes details about which indexes are available, their current state, and possibly timestamps or progress indicators.
No binary data output is involved.
Dependencies
- Requires an active connection to the Dokka API.
- Needs an API authentication token configured in the node's credentials to authorize requests.
- The base URL for the Dokka API must be set in the node's credential configuration.
Troubleshooting
- Missing or invalid Company ID: Ensure that the Company ID is correctly provided and corresponds to a valid company in Dokka.
- Authentication errors: Verify that the API key or authentication token is correctly configured and has sufficient permissions.
- Network issues or incorrect base URL: Confirm that the base URL is correct and the network allows access to the Dokka API endpoint.
- Empty or unexpected responses: Check if the optional "X Fields" header is set appropriately; incorrect masks may result in incomplete data.
Links and References
- Dokka API Documentation (replace with actual URL)
- n8n documentation on HTTP Request Node for understanding request customization.
