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": "b132ae94-9ae7-4338-aae2-af8435143b3e",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "299475be-be26-4437-a174-b3ea3b289ffa",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "2a98e434-3728-4080-8a52-8ebb64b0ed8c",
"CreateDate": "2026-01-14T03:40:22.6003402-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-14T03:40:22.6003402-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-01-14T03:40:22.6003402-08:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "8f7aea61-1593-4b6e-a9fe-3c851b69e4e2",
"Section": {
"FormTypeSectionId": "334dedd9-9ce3-4f28-8adc-012ddb188501",
"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": "3b47b6a7-ff30-4e99-8d7c-99980ab47f0e",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "2d7f4cfd-85f5-4dab-a61b-1e02f0777fe2",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "00af3017-ca28-466f-91c0-6e49ffaafbb8",
"CreateDate": "2026-01-14T03:40:22.6003402-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-14T03:40:22.6003402-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "c1caba11-f0f9-4206-8858-fcf6305512f0",
"FieldId": "c32e612b-67da-48e4-9df3-8b87fabb098e",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "c1caba11-f0f9-4206-8858-fcf6305512f0",
"FieldId": "c32e612b-67da-48e4-9df3-8b87fabb098e",
"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": "8f7aea61-1593-4b6e-a9fe-3c851b69e4e2",
"Section": {
"FormTypeSectionId": "334dedd9-9ce3-4f28-8adc-012ddb188501",
"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": "3b47b6a7-ff30-4e99-8d7c-99980ab47f0e",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "2d7f4cfd-85f5-4dab-a61b-1e02f0777fe2",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "00af3017-ca28-466f-91c0-6e49ffaafbb8",
"CreateDate": "2026-01-14T03:40:22.6003402-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-14T03:40:22.6003402-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "c1caba11-f0f9-4206-8858-fcf6305512f0",
"FieldId": "c32e612b-67da-48e4-9df3-8b87fabb098e",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "c1caba11-f0f9-4206-8858-fcf6305512f0",
"FieldId": "c32e612b-67da-48e4-9df3-8b87fabb098e",
"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": "3b873fa0-f077-4e5f-9c8f-4351c38ed130",
"CreateDate": "2026-01-14T03:40:22.6003402-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-14T03:40:22.6003402-08:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}