---
title: "Get Location Details"
method: GET
path: "/timesheet/location/{location_uid}"
---

# Get Location Details

`GET /timesheet/location/{location_uid}`

## Path parameters

- `location_uid` string, required

## Response `200`

200

- object
  - `type` string
  - `data` object[]
    - `employee_location_uid` string
    - `emp_code` string
    - `user_uid` string
    - `first_name` string
    - `last_name` string
    - `designation` string
    - `profile_picture` string
    - `email` string
    - `is_active` integer

## Other responses

- `400` — 400

---

[API](https://skmtc.net/zuper/apis/zuper-pro-api.md) · [All operations](https://skmtc.net/zuper/apis/zuper-pro-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zuper/zuper-pro-api/revisions/c7b8028a05de/schema)
