Alle laufenden Live-Buchungen anzeigen

GET /ws/2.0/project_time/running.json

Beispiel

Anfrage: GET /ws/2.0/project_time/running.json

Antwort: 200 OK

[ 
  { 
    "id": 1,
    "date": "2011-10-05T00:12:30",
    "employee": 1,
    "duration": 5930,
    "status": 1
    ...
  }, {
    "id": 2,
    "date": "2011-10-05T00:14:00"
    "employee": 1,
    "duration": 1130,
    "status": 1
    ...
  }, {
    ...
  }
]

HTTP-Statuscodes

Statuscode Beschreibung
200 OK Die Anfrage war erfolgreich.
400 Bad Request Die Anfrage hat ein ungültiges Format.