GET api/v{version}/Employees/All?key={key}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| key | string |
Required |
|
| version | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of EmployeeOutDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | string |
None. |
|
| Color | string |
None. |
|
| Departments | Collection of EmployeeDepartmentOutDto |
None. |
|
| FirstName | string |
None. |
|
| Function | string |
None. |
|
| Id | integer |
None. |
|
| Name | string |
None. |
|
| NotVisibleInPlanning | boolean |
None. |
|
| Sequence | integer |
None. |
|
| Specialisations | Collection of string |
None. |
|
| UserId | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Code": "sample string 1",
"Color": "sample string 2",
"Departments": [
{
"DepartmentId": 1,
"End": "2025-12-19T16:06:51.8680233+01:00",
"LocationDepartmentId": 2,
"LocationId": 3,
"Start": "2025-12-19T16:06:51.8680233+01:00"
},
{
"DepartmentId": 1,
"End": "2025-12-19T16:06:51.8680233+01:00",
"LocationDepartmentId": 2,
"LocationId": 3,
"Start": "2025-12-19T16:06:51.8680233+01:00"
}
],
"FirstName": "sample string 3",
"Function": "sample string 4",
"Id": 5,
"Name": "sample string 6",
"NotVisibleInPlanning": true,
"Sequence": 8,
"Specialisations": [
"sample string 1",
"sample string 2"
],
"UserId": 1
},
{
"Code": "sample string 1",
"Color": "sample string 2",
"Departments": [
{
"DepartmentId": 1,
"End": "2025-12-19T16:06:51.8680233+01:00",
"LocationDepartmentId": 2,
"LocationId": 3,
"Start": "2025-12-19T16:06:51.8680233+01:00"
},
{
"DepartmentId": 1,
"End": "2025-12-19T16:06:51.8680233+01:00",
"LocationDepartmentId": 2,
"LocationId": 3,
"Start": "2025-12-19T16:06:51.8680233+01:00"
}
],
"FirstName": "sample string 3",
"Function": "sample string 4",
"Id": 5,
"Name": "sample string 6",
"NotVisibleInPlanning": true,
"Sequence": 8,
"Specialisations": [
"sample string 1",
"sample string 2"
],
"UserId": 1
}
]