API Overview
Konsolidat exposes a REST API through the Frappe/Konsol web framework. The API is consumed primarily by the Excel VBA module but can be called from any HTTP client.
Base URL
http://localhost:8069/api/method/konsol.api.{endpoint}
In production, replace with your Frappe server URL (e.g., https://epm.yourcompany.com).
Authentication
The API uses Frappe session-based authentication (cookies).