Entity overview
Employee
Create and manage employees for assignments, approvals, and access control.
Endpoints
https://api.flowtly.eu/employees
List employees
Retrieves the collection of Employee resources.
https://api.flowtly.eu/employees
Create employee
Creates a Employee resource.
https://api.flowtly.eu/employees/me
List me
Retrieves the collection of Employee resources.
https://api.flowtly.eu/employees/preview
List preview
Retrieves the collection of Employee resources.
https://api.flowtly.eu/employees/search
List search
Retrieves the collection of Employee resources.
https://api.flowtly.eu/employees/{id}
Get employee by ID
Retrieve a single resource by its identifier.
https://api.flowtly.eu/employees/{id}
Delete employee
Remove the resource.
https://api.flowtly.eu/employees/{id}
Update employee
Update resource fields using JSON Merge Patch.
https://api.flowtly.eu/employees/{id}/documents
Get employee by ID
Retrieve a single resource by its identifier.
https://api.flowtly.eu/employees/{id}/feedback-suggestion
Get employee by ID
Retrieve a single resource by its identifier.
https://api.flowtly.eu/employees/{id}/project-rates
Get employee by ID
Retrieve a single resource by its identifier.
https://api.flowtly.eu/employees/{id}/user
Creates a Employee resource.
Creates a Employee resource.
https://api.flowtly.eu/employees/{id}/user
Delete employee
Remove the resource.
https://api.flowtly.eu/employees/{id}/working-hours-stats/{date}
Get employee by ID
Retrieve a single resource by its identifier.
Use cases
Schema fields
Employee-employee.read_employee.detail| Field | Type | Description |
|---|---|---|
id |
integer | id field. |
userId |
integer | userId field. |
companyEmail |
string | companyEmail field. |
contactEmail |
string | contactEmail field. |
contactPhone |
string | contactPhone field. |
birthday |
string | birthday field. |
firstname |
string | firstname field. |
lastname |
string | lastname field. |
roles |
array | roles field. |
phoneTextAllowed |
boolean | phoneTextAllowed field. |
department |
string | department field. |
reportsTo |
string | reportsTo field. |
directReports |
array | directReports field. |
departments |
array | departments field. |
activeAgreement |
string | activeAgreement field. |