GET PlanCare2Api/RealizedWorktime?dateFrom={dateFrom}&dateUntil={dateUntil}&approvalLevel={approvalLevel}&employmentOrganizationEntity={employmentOrganizationEntity}
Retrieve all realized worktime filtered by approval level and organization entity
Requires 'Start' permission for function RegistrationOverview {2C05CECA-9B4D-4159-86C6-B39F4E167D86}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| dateFrom |
Start date for the filter |
date |
Required |
| dateUntil |
End date for the filter |
date |
Required |
| approvalLevel |
The approval level filter |
integer |
Required |
| employmentOrganizationEntity |
The code of the organization entity filter |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Returns all realized worktime filtered by approval level and organization entity
Collection of RealizedWorktime| Name | Description | Type | Additional information |
|---|---|---|---|
| TimesheetId |
The internal id of the realized timesheet |
integer |
None |
| ExternalId |
The external id of the realized timesheet |
string |
None |
| WorkTypeCode |
The code of the worktype |
string |
None |
| WorkTypeOrganizationEntity |
Organization entity of the worktype |
OrganizationEntity |
None |
| EmployeeRegistrationNumber |
Registration number of the employee |
string |
None |
| EmployeeEmploymentNumber |
Employment number of the employee |
string |
None |
| EmploymentOrganizationEntity |
Organization entity of the employee's employment |
OrganizationEntity |
None |
| ClientOrganizationEntity |
Organization entity of the client |
OrganizationEntity |
None |
| Location |
The address |
Location |
None |
| Start |
The start date and time |
date |
None |
| End |
The end date and time |
date |
None |
| Amount |
The duration in minutes |
integer |
None |
| ApprovalLevel |
The current approval level |
integer |
None |
| TravelDistance |
The travel distances in km |
integer |
None |
| TravelMethod |
The travelMethod |
TravelMethod |
None |
Response Formats
application/json, text/json, application/xml, text/xml
Sample not available.