---
title: "Get a specific my time cards"
method: GET
path: "/v1/workgroups/{workgroup_id}/myTimeCards/{timeCard_id}"
tags: ["Time Card"]
---

# Get a specific my time cards

`GET /v1/workgroups/{workgroup_id}/myTimeCards/{timeCard_id}`

Get a specific my time cards

## Path parameters

- `workgroup_id` string, required
- `timeCard_id` string, required

## Response `200`

Successful retrieval

- TimeCardDetailVO — Java type: com.noosh.nooshapi.vo.TimeCardDetailVO
  - `billable_hours` unknown
  - `is_submit` boolean
  - `last_updated_date` string, date
  - `no_of_workdays` integer
  - `nonbillable_hours` unknown
  - `submit_date` string, date
  - `time_card_line` TimeCardLineVO[]
    - `activity_name` string
    - `day1_hours_spent` unknown
    - `day2_hours_spent` unknown
    - `day3_hours_spent` unknown
    - `day4_hours_spent` unknown
    - `day5_hours_spent` unknown
    - `day6_hours_spent` unknown
    - `day7_hours_spent` unknown
    - `project` ProjectTimeCardVO — Java type: com.noosh.nooshapi.vo.ProjectTimeCardVO
      - `project_id` integer
      - `project_name` string
    - `task` TaskTimeCardVO — Java type: com.noosh.nooshapi.vo.TaskTimeCardVO
      - `task_id` integer
      - `task_name` string
    - `time_card_line_id` integer
    - `total_hours_spent` unknown
  - `timecard_id` integer
  - `total_hours` unknown
  - `week_beginning` string, date

## Other responses

- `404` — There are not any result matching your search condition
- `500` — Internal server error

---

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