---
title: "Creates Worksheet Result"
method: POST
path: "/tickets/{ticket_id}/worksheet_results"
tags: ["Worksheet Result"]
---

# Creates Worksheet Result

`POST /tickets/{ticket_id}/worksheet_results`

Required permissions: "Tickets - View Details" or "Tickets - View 'Their Ticket' Details (assigned to them)"
Single-Customer Users can only access own tickets.

## Path parameters

- `ticket_id` integer, required

## Request body

- object
  - `worksheet_template_id` integer
  - `title` string
  - `public` boolean
  - `required` boolean

## Response `200`

successful with public and required overrides

---

[API](https://skmtc.net/syncromsp/apis/syncro.md) · [All operations](https://skmtc.net/syncromsp/apis/syncro/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/syncromsp/syncro/versions/3df3aed287cc/schema)
