---
id: v1-work-items-form
title: WorkItemsForm
pagination_label: WorkItemsForm
sidebar_label: WorkItemsForm
sidebar_class_name: typescriptsdk
keywords: ['typescript', 'TypeScript', 'sdk', 'WorkItemsForm', 'v1WorkItemsForm']
slug: /tools/sdk/typescript/work_items/models/work-items-form
tags: ['SDK', 'Software Development Kit', 'WorkItemsForm', 'v1WorkItemsForm']
---

# WorkItemsForm

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **(optional)** `string` | ID of the form | [default to undefined]
**name** | **(optional)** `string` | Name of the form | [default to undefined]
**title** | **(optional)** `string` | The form title | [default to undefined]
**subtitle** | **(optional)** `string` | The form subtitle. | [default to undefined]
**targetUser** | **(optional)** `string` | The name of the user that should be shown this form | [default to undefined]
**sections** | **(optional)** `Array<SectionDetails>` | Sections of the form | [default to undefined]

