LedgerLou Docs ist für Desktop optimiert.

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

Perioden

Lock-Anfrage Status

Prüft ob es eine ausstehende Lock-Anfrage für die angegebene Periode gibt.

GET /v1/periods/:period/lock/status
Authorization
Authorization string header erforderlich API-Key im Format ll_.... Übergabe als Bearer Token.
Antworten
200
Erfolgreich
400
INVALID_INPUT Das Periodenformat ist ungültig.
GET /v1/periods/:period/lock/status
cURL
-cmd">curl --request -method">GET -punct">\
  --url 'https://api.ledgerlou.de/v1/periods/:period/lock/status' -punct">\
  --header 'Authorization: Bearer ll_your_key'
200 Response
JSON
{
  "has_pending_request": true,
  "request_id": "<string>",
  "requested_by": "<string>",
  "created_at": "<string>"
}