GET Employee/GetDrivers?accountId={accountId}
Get a list of all Employees with Type = Driver using an (optional) account id
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| accountId |
The account id of the account which drivers you want to fetch. When no account id is supplied (or zero), the users account is used |
integer |
Default value is 0 |
Body Parameters
None.
Response Information
Resource Description
Collection of EmployeeDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| FullName | string |
None. |
|
| Initials | string |
None. |
|
| FamilyNamePrefix | string |
None. |
|
| FirstName | string |
None. |
|
| EmailAddress | string |
None. |
|
| PersonelNumber | string |
None. |
|
| Gender | Gender |
None. |
|
| User | ResourceDto |
None. |
|
| MedicalCheck | MedicalCheckDto |
None. |
|
| DriversLicense | DriversLicenseDto |
None. |
|
| Code | integer |
None. |
|
| Id | integer |
None. |