Stimmungsbarometer
Stimmung einer Person abrufen
Get mood entries for a specific employee (manager view)
AuthentifizierungBearer <token>
Bearer-Token, erhalten über den Login-Endpunkt (POST /rest/login).
Ort: header
Pfadparameter
employee*string
The employee ID
Format
uuidstart*string
end*string
Response-Body
application/json
application/json
application/json
curl -X GET "https://example.com/employees/497f6eca-6276-4993-bfeb-53cbbbba6f08/moods/string/string"{ "data": [ { "id": "string", "employee_id": "string", "date": "string", "rating": "string", "created_at": "string", "updated_at": "string" } ]}