Stampfactory
Dokumentation
Verfügbarkeiten

Verfügbarkeiten auflisten

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

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

Ort: header

Pfadparameter

employee*string

The employee ID

Formatuuid

Query-Parameter

start?string

No sometimes: the pair has to be complete, and that rule can only fire when the missing half is still validated.

Formatdate
end?string
Formatdate

Response-Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/employees/497f6eca-6276-4993-bfeb-53cbbbba6f08/availability"
{  "data": [    {      "id": "string",      "employee_id": "string",      "date": "string",      "type": "string",      "shift_id": "string",      "note": "string",      "weight": 0    }  ]}