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": "32d67b83-9ffd-4cd4-a693-b4a3c27350cf",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "f93f13a5-3e97-4cd2-a45e-2808fd478673",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "e6ef1f07-f86b-45f5-87f9-901a243392e8",
"CreateDate": "2026-01-21T00:17:59.4861666-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-21T00:17:59.4861666-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-01-21T00:17:59.4861666-08:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "7d323473-9552-45d0-bfd9-35ec69a546af",
"Section": {
"FormTypeSectionId": "46970ccb-ea8d-463d-a953-439d0712bf11",
"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": "4309a795-2d6e-4922-ac5b-0b329adae473",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "f7fa0beb-0e98-4ad0-ac3c-3495e5efa1a2",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "2bf5b5b8-1736-46e0-93d5-e6ffdced6bef",
"CreateDate": "2026-01-21T00:17:59.4861666-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-21T00:17:59.4861666-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "b2fbdae0-ef6b-4ee2-bf40-fd05f5293b2d",
"FieldId": "980fb947-7989-44e6-83c2-319c36e30a52",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "b2fbdae0-ef6b-4ee2-bf40-fd05f5293b2d",
"FieldId": "980fb947-7989-44e6-83c2-319c36e30a52",
"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": "7d323473-9552-45d0-bfd9-35ec69a546af",
"Section": {
"FormTypeSectionId": "46970ccb-ea8d-463d-a953-439d0712bf11",
"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": "4309a795-2d6e-4922-ac5b-0b329adae473",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "f7fa0beb-0e98-4ad0-ac3c-3495e5efa1a2",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "2bf5b5b8-1736-46e0-93d5-e6ffdced6bef",
"CreateDate": "2026-01-21T00:17:59.4861666-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-21T00:17:59.4861666-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "b2fbdae0-ef6b-4ee2-bf40-fd05f5293b2d",
"FieldId": "980fb947-7989-44e6-83c2-319c36e30a52",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "b2fbdae0-ef6b-4ee2-bf40-fd05f5293b2d",
"FieldId": "980fb947-7989-44e6-83c2-319c36e30a52",
"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": "618b4118-859f-4414-aaad-82d83abaabd5",
"CreateDate": "2026-01-21T00:17:59.4861666-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-21T00:17:59.4861666-08:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}