Stampfactory
Dokumentation
Abwesenheiten

Genehmigende Person ermitteln

GET
/employees/{employee}/approver
AuthentifizierungBearer <token>

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

Ort: header

Pfadparameter

employee*string

The employee ID

Formatuuid

Response-Body

application/json

application/json

application/json

curl -X GET "https://example.com/employees/497f6eca-6276-4993-bfeb-53cbbbba6f08/approver"
{  "data": {    "employee_id": "string",    "approver": {      "employee_id": "string",      "name": "string",      "surname": "string",      "full_name": "string",      "position": "string",      "unit_id": "string",      "unit_name": "string"    },    "typical_decision_hours": "string"  }}