GET FormTypes?formTypeId={formTypeId}
Retrieves a form type by its Id.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| formTypeId |
Id of the form type |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
On success, the form type.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | FormType |
None. |
|
| Total | integer |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"FormTypeId": "8674c0ca-288c-4618-ae4c-da1afaed4498",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "b8653ede-cf8a-4682-9510-715e7b3a79ec",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "75bf8005-b25f-498d-bb34-e845ffaac526",
"CreateDate": "2026-09-23T04:34:43.207902-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-23T04:34:43.207902-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-09-23T04:34:43.207902-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "eec0de0c-f0cd-4999-8659-7eff861ccddd",
"Section": {
"FormTypeSectionId": "00626547-b78e-474b-8d5c-6e138c08277c",
"Name": "sample string 1",
"Label": "sample string 2",
"DisplayOrder": 1,
"IsRepeatable": true,
"VisibleExpression": "sample string 4",
"SourceSystemId": "sample string 5"
},
"Name": "sample string 1",
"Label": "sample string 2",
"Description": "sample string 3",
"DataType": {
"DataTypeId": "92c19f69-35a2-4078-8a63-f196eb96728a",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "3a021960-7d6c-4a78-abfb-577e6570abbf",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "d2d535c0-c7d8-4956-b27f-cd8b8f614401",
"CreateDate": "2026-09-23T04:34:43.207902-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-23T04:34:43.207902-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "a6e985ce-efcb-4337-a1dc-ee0a9f1b05a8",
"FieldId": "20ccd75f-7e6d-4c66-a1a4-6e48598e1619",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "a6e985ce-efcb-4337-a1dc-ee0a9f1b05a8",
"FieldId": "20ccd75f-7e6d-4c66-a1a4-6e48598e1619",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"ValueExpression": "sample string 5",
"RequiredExpression": "sample string 6",
"IsAttachment": true,
"DefaultValueExpression": "sample string 8",
"IsAccumulator": true,
"IsMultiline": true,
"IsRepeatable": true,
"VisibleExpression": "sample string 12",
"SourceSystemId": "sample string 13"
},
{
"FormTypeFieldId": "eec0de0c-f0cd-4999-8659-7eff861ccddd",
"Section": {
"FormTypeSectionId": "00626547-b78e-474b-8d5c-6e138c08277c",
"Name": "sample string 1",
"Label": "sample string 2",
"DisplayOrder": 1,
"IsRepeatable": true,
"VisibleExpression": "sample string 4",
"SourceSystemId": "sample string 5"
},
"Name": "sample string 1",
"Label": "sample string 2",
"Description": "sample string 3",
"DataType": {
"DataTypeId": "92c19f69-35a2-4078-8a63-f196eb96728a",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "3a021960-7d6c-4a78-abfb-577e6570abbf",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "d2d535c0-c7d8-4956-b27f-cd8b8f614401",
"CreateDate": "2026-09-23T04:34:43.207902-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-23T04:34:43.207902-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "a6e985ce-efcb-4337-a1dc-ee0a9f1b05a8",
"FieldId": "20ccd75f-7e6d-4c66-a1a4-6e48598e1619",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "a6e985ce-efcb-4337-a1dc-ee0a9f1b05a8",
"FieldId": "20ccd75f-7e6d-4c66-a1a4-6e48598e1619",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"ValueExpression": "sample string 5",
"RequiredExpression": "sample string 6",
"IsAttachment": true,
"DefaultValueExpression": "sample string 8",
"IsAccumulator": true,
"IsMultiline": true,
"IsRepeatable": true,
"VisibleExpression": "sample string 12",
"SourceSystemId": "sample string 13"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "bd66c47d-4a9d-4f71-8775-81e5ac4fc71a",
"CreateDate": "2026-09-23T04:34:43.207902-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-23T04:34:43.207902-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}