Skip to main content
POST
POST /rest/employees/{employee}/project_sessions

Authorizations

Authorization
string
header
required

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

Path Parameters

employee
string<uuid>
required

The employee ID

Body

application/json
project_id
string<uuid>
required
start_time
string<date-time>
required
end_time
string<date-time> | null
note
string | null
Maximum string length: 1000

Response

ProjectSessionResource

data
ProjectSessionResource · object
required