Stampfactory
Dokumentation
Stimmungsbarometer

Eigene Stimmungshistorie abrufen

Get the authenticated employee's moods for a date range

GET
/mood/my/{start}/{end}
AuthentifizierungBearer <token>

Bearer-Token, erhalten über den Login-Endpunkt (POST /rest/login).

Ort: header

Pfadparameter

start*string
end*string

Response-Body

application/json

application/json

curl -X GET "https://example.com/mood/my/string/string"
{  "data": [    {      "id": "string",      "employee_id": "string",      "date": "string",      "rating": "string",      "created_at": "string",      "updated_at": "string"    }  ]}