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

# FormDetails

## 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]

