---
title: "Get a worksheet"
method: GET
path: "/v1/worksheets/{worksheetId}"
tags: ["Worksheets"]
---

# Get a worksheet

`GET /v1/worksheets/{worksheetId}`

Retrieve the details of a single worksheet (required scope worksheets:read)

## Path parameters

- `worksheetId` integer, required

## Headers

- `Customer-Id` integer, required

## Response `200`

OK

- ReadWorksheetModel — Represents a model that holds information about a worksheet
  - `id` integer — The unique identifier of the worksheet
  - `name` string — The name of the worksheet
  - `modifiedAt` string, date-time — The UTC timestamp of when this worksheet was modified
  - `groupId` integer, nullable — The unique identifier of the worksheet group
  - `isSharedWithContractors` boolean — Indicates whether the worksheet will be shared with contractors
  - `type` 'worksheet' | 'workflow' | 'worksheetActivity' | 'worksheetDefect' — Enumeration representing different types of worksheets<p>Possible values:</p><ul><li><b>worksheet</b>: Data collected through the digital questionnaires associated with a job</li><li><b>workflow</b>: Data collected through the digital questionnaires associated with a note</li><li><b>worksheetActivity</b>: Data collected through the digital questionnaires associated with the timesheet acitivities</li><li><b>worksheetDefect</b>: The records of inspections performed on a vehicle using the vehicle check worksheets. Note that legacy ticksheets are not included in this</li></ul>
  - `answerHeadingLabel` string — The label associated with the worksheet answer heading
  - `notesHeadingLabel` string — The label associated with the worksheet notes heading

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/bigchange/apis/bigchange-dx.md) · [All operations](https://skmtc.net/bigchange/apis/bigchange-dx/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bigchange/bigchange-dx/revisions/916e669fc527/schema)
