Dienstplan-Einträge
Bewerbungen auflisten
AuthentifizierungBearer <token>
Bearer-Token, erhalten über den Login-Endpunkt (POST /rest/login).
Ort: header
Pfadparameter
rosterEntry*string
The roster entry ID
Format
uuidResponse-Body
application/json
application/json
application/json
curl -X GET "https://example.com/roster_entries/497f6eca-6276-4993-bfeb-53cbbbba6f08/applications"{ "data": [ { "id": "string", "roster_entry_id": "string", "employee_id": "string", "employee_name": "string", "status": "string", "note": "string", "created_at": "string" } ]}Bewerbung zurückziehen DELETE
Employee withdraws the own application: hard delete, only while Pending (404 without an own application, 422 once decided). A withdrawn application can be re-created via apply (firstOrCreate)
Bewerbung zuweisen POST
Manager assigns an application: entry gets the employee, all other applications are rejected and the applicants notified