---
title: "Returns specific employee target working time"
method: GET
path: "/employees/target-working-times/{targetWorkingTimeId}"
tags: ["Employee target working times"]
---

# Returns specific employee target working time

`GET /employees/target-working-times/{targetWorkingTimeId}`

## Path parameters

- `targetWorkingTimeId` integer, required

## Response `200`

Target working time

- object
  - `data` EmployeeTargetWorkingTime — Available relations: employee, changelog
    - `id` integer — ID
    - `employee_id` integer — Person
    - `employee` unknown
    - `starting` string, date — Starts on
    - `sunday` integer — Sunday
    - `monday` integer — Monday
    - `tuesday` integer — Tuesday
    - `wednesday` integer — Wednesday
    - `thursday` integer — Thursday
    - `friday` integer — Friday
    - `saturday` integer — Saturday
    - `first_line` string — First line
    - `icon` string — Icon
    - `created_at` string, date-time — Created on
    - `updated_at` string, date-time — Updated

## Other responses

- `401` — The request lacks valid authentication credentials.
- `403` — The token is valid but lacks the permission for this action.
- `404` — The requested resource could not be found.
- `500` — An unexpected error occurred on the server (e.g. a requested relation does not exist).

## Changes

- **2026-09-03** `60bb67970e41` — 4 info
  - added the optional property `error/display_message` to the response with the `401` status
  - added the optional property `error/display_message` to the response with the `403` status
  - added the optional property `error/display_message` to the response with the `404` status
  - added the optional property `error/display_message` to the response with the `500` status

[Change history](https://skmtc.dev/craftboxx/apis/craftboxx-api-documentation/changes/employees/target-working-times/:targetWorkingTimeId/get.md)

---

[API](https://skmtc.dev/craftboxx/apis/craftboxx-api-documentation.md) · [All operations](https://skmtc.dev/craftboxx/apis/craftboxx-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/craftboxx/craftboxx-api-documentation/revisions/60bb67970e41/schema)
