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
The "Get Indexes Account" operation under the "Public Transactions" resource retrieves indexed account information for a specified company from the Dokka API. This node is useful when you need to fetch detailed account indexes related to public transactions of a company, such as for financial analysis, auditing, or reporting purposes.
Practical examples include:
- Automatically pulling account index data for a company to integrate into financial dashboards.
- Fetching specific account indexes to cross-reference with other transaction data.
- Using the retrieved data to trigger further workflows based on account activity.
Properties
| Name | Meaning |
|---|---|
| Company ID | The unique identifier of the company in Dokka whose indexed accounts you want to retrieve. This is required. |
| X Fields | An optional string to specify a fields mask, allowing you to limit or customize which fields are returned by the API. |
Output
The node outputs JSON data representing the indexed accounts associated with the specified company. The structure typically includes details about each account index relevant to public transactions, such as account identifiers, names, and possibly related metadata depending on the API response.
No binary data output is indicated for this operation.
Dependencies
- Requires an active connection to the Dokka API.
- Needs an API authentication token or key configured in n8n 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 property is correctly set and corresponds to a valid company in Dokka.
- Authentication errors: Verify that the API key or token is correctly configured and has sufficient permissions.
- Empty or incomplete responses: If using the optional "X Fields" property, ensure the field mask is valid; otherwise, the API might return limited data.
- Network issues: Confirm that the base URL is reachable and there are no connectivity problems.
Links and References
- Dokka API documentation (refer to the official Dokka API docs for detailed endpoint info)
- n8n HTTP Request node documentation (for understanding how API calls are made within n8n)
