LedgerLou Docs ist für Desktop optimiert.

Bitte öffne diese Seite auf einem Gerät mit breiterem Bildschirm.

Perioden

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 get_periods
JSON
{
  "tool": "get_periods"
}
200 Response
JSON
[
  {
    "period": "<string>",
    "status": "<string>",
    "booking_count": 1,
    "locked_by": "<string>",
    "locked_at": "<string>"
  }
]