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": "8d453cd9-914a-4384-ab75-e78dc5617882",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "e247d5f1-7da4-4ebc-aba7-7d63b2ee36c4",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "f9a3985d-2133-4c1a-857e-e3d09a6d55bd",
"CreateDate": "2026-05-08T00:34:30.8702968-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-08T00:34:30.8702968-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-05-08T00:34:30.8702968-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "62c16c27-f384-4535-b0a7-44ae0e37d417",
"Section": {
"FormTypeSectionId": "c21803a5-56b7-491f-af18-93015d5b5929",
"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": "64bccbdf-4c22-47d2-99bd-1b0a37a5ee47",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "96309e7e-e9c9-42b3-b02e-2af05030fb44",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "8649a463-cb73-4ca4-9a63-4d5a47fc5d82",
"CreateDate": "2026-05-08T00:34:30.8702968-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-08T00:34:30.8702968-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "acbf7d91-3c53-449e-b1c7-bb3242bd6507",
"FieldId": "f9ac5273-7ba3-479b-afe6-88a0264860d8",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "acbf7d91-3c53-449e-b1c7-bb3242bd6507",
"FieldId": "f9ac5273-7ba3-479b-afe6-88a0264860d8",
"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": "62c16c27-f384-4535-b0a7-44ae0e37d417",
"Section": {
"FormTypeSectionId": "c21803a5-56b7-491f-af18-93015d5b5929",
"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": "64bccbdf-4c22-47d2-99bd-1b0a37a5ee47",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "96309e7e-e9c9-42b3-b02e-2af05030fb44",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "8649a463-cb73-4ca4-9a63-4d5a47fc5d82",
"CreateDate": "2026-05-08T00:34:30.8702968-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-08T00:34:30.8702968-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "acbf7d91-3c53-449e-b1c7-bb3242bd6507",
"FieldId": "f9ac5273-7ba3-479b-afe6-88a0264860d8",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "acbf7d91-3c53-449e-b1c7-bb3242bd6507",
"FieldId": "f9ac5273-7ba3-479b-afe6-88a0264860d8",
"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": "2ba1ae24-04f2-4e06-906b-786e43418073",
"CreateDate": "2026-05-08T00:34:30.8702968-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-08T00:34:30.8702968-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}