Perioden auflisten
Gibt alle Buchungsperioden zurück mit Status (offen, soft-locked oder dauerhaft gesperrt).
GET
/v1/periods Authorization
Authorization string header erforderlich API-Key im Format
ll_.... Übergabe als Bearer Token. Antworten
200
Erfolgreich
GET
cURL /v1/periods -cmd">curl --request -method">GET -punct">\
--url 'https://api.ledgerlou.de/v1/periods' -punct">\
--header 'Authorization: Bearer ll_your_key' 200 Response
JSON [
{
"period": "<string>",
"status": "<string>",
"period_number": 1,
"booking_count": 1,
"locked_by": null,
"locked_at": null
}
]