# [EXPERIMENTAL] Get Actual Get a single Actual for an Employee. Endpoint: GET /means/{employee_id}/actual/{business_id} Version: 1.27.2 Security: clientCredentials ## Path parameters: - `employee_id` (string, required) employee_id of the employee that the Actual applies to Example: "my-employee-id" - `business_id` (string, required) Unique identifier for this Actual. Should only contain characters which do not need URL encoding. ## Response 200 fields (application/json): - `employee_id` (string, required) Example: "hvertenten" - `business_id` (string, required) Unique identifier for this Actual. Example: "14-05-2025-morning-shift" - `start` (string, required) A date and time when the activity was started. Example: "2025-05-14T08:00:00Z" - `end` (string) A date and time when the activity has ended. Example: "2025-05-14T17:00:00Z" - `work_time` (string, required) The total work time performed by an Employee. Must be an ISO-8601 compliant Duration string. Must be strictly positive. Example: "PT8H" ## Response 404 fields (application/problem+json): - `title` (string) A short, summary of the problem. Example: "Validation exception" - `detail` (string) A detailed explanation specific to this problem. Example: "The field contains invalid business formatting." ## Response 401 fields