Perioden abrufen
Gibt alle Buchhaltungsperioden des Mandanten zurück mit Status (open, soft_locked, locked) und Buchungsanzahl.
get_periods
Authorization
Authorization string header erforderlich API-Key im Format
ll_.... Übergabe als Bearer Token im OAuth-Flow. Scopes
perioden:read
Antwort
200
Erfolgreich
MCP
JSON get_periods {
"tool": "get_periods"
} 200 Response
JSON [
{
"period": "<string>",
"status": "<string>",
"booking_count": 1,
"locked_by": "<string>",
"locked_at": "<string>"
}
]