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": "3194acd0-ef5b-4ded-9489-aa548dceed74",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "3ae6776c-c748-4098-b8d6-3ee4d7faf778",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "0c7294cc-798b-4c5d-931f-a6d7680bbda3",
"CreateDate": "2026-06-26T18:40:42.9143887-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-26T18:40:42.9143887-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-06-26T18:40:42.9143887-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "ee6310cc-c5b5-4776-8116-369544293cbf",
"Section": {
"FormTypeSectionId": "403cdee3-b3e1-43eb-bf66-c00917a75d5c",
"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": "7e32f1f8-8752-4bac-a394-6ba666dd8330",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "f892fcc1-cabb-47ae-a203-05a2b215a58c",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "9274ff48-3e53-4bfa-a248-99350460dc14",
"CreateDate": "2026-06-26T18:40:42.9143887-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-26T18:40:42.9143887-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "c145b1a6-1605-4c53-bf46-e71f842f4cbf",
"FieldId": "f78399a7-ed04-4d81-9e14-9e102a9070de",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "c145b1a6-1605-4c53-bf46-e71f842f4cbf",
"FieldId": "f78399a7-ed04-4d81-9e14-9e102a9070de",
"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": "ee6310cc-c5b5-4776-8116-369544293cbf",
"Section": {
"FormTypeSectionId": "403cdee3-b3e1-43eb-bf66-c00917a75d5c",
"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": "7e32f1f8-8752-4bac-a394-6ba666dd8330",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "f892fcc1-cabb-47ae-a203-05a2b215a58c",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "9274ff48-3e53-4bfa-a248-99350460dc14",
"CreateDate": "2026-06-26T18:40:42.9143887-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-26T18:40:42.9143887-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "c145b1a6-1605-4c53-bf46-e71f842f4cbf",
"FieldId": "f78399a7-ed04-4d81-9e14-9e102a9070de",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "c145b1a6-1605-4c53-bf46-e71f842f4cbf",
"FieldId": "f78399a7-ed04-4d81-9e14-9e102a9070de",
"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": "70877c2b-1ce5-4630-9568-0217f7a07da6",
"CreateDate": "2026-06-26T18:40:42.9143887-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-26T18:40:42.9143887-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}