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": "5d076a1a-626e-450b-bb43-6b133dc47d32",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "438656b3-7f73-4bd4-8586-62a797902a29",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "3b76fd04-2d43-4e65-afc1-2f83b9e0fe9b",
"CreateDate": "2026-07-21T02:55:50.0197942-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-21T02:55:50.0197942-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-07-21T02:55:50.0197942-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "aef1d58b-07b1-4d51-b8aa-afd1b7c82055",
"Section": {
"FormTypeSectionId": "5b186fd3-b6b0-4f79-87ab-d055af17026d",
"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": "95cf8991-2e8e-4016-97a0-4367a5893a5f",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "480d383a-6dd0-4fe7-874c-0ed8dc4a7958",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "ea5ef7e9-29b0-4dba-bd06-733f1afab751",
"CreateDate": "2026-07-21T02:55:50.0197942-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-21T02:55:50.0197942-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "9f65a905-67a7-4b25-afa1-b8ba1d32b3df",
"FieldId": "e2f43ae9-a6ec-4965-852f-a14837b22135",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "9f65a905-67a7-4b25-afa1-b8ba1d32b3df",
"FieldId": "e2f43ae9-a6ec-4965-852f-a14837b22135",
"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": "aef1d58b-07b1-4d51-b8aa-afd1b7c82055",
"Section": {
"FormTypeSectionId": "5b186fd3-b6b0-4f79-87ab-d055af17026d",
"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": "95cf8991-2e8e-4016-97a0-4367a5893a5f",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "480d383a-6dd0-4fe7-874c-0ed8dc4a7958",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "ea5ef7e9-29b0-4dba-bd06-733f1afab751",
"CreateDate": "2026-07-21T02:55:50.0197942-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-21T02:55:50.0197942-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "9f65a905-67a7-4b25-afa1-b8ba1d32b3df",
"FieldId": "e2f43ae9-a6ec-4965-852f-a14837b22135",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "9f65a905-67a7-4b25-afa1-b8ba1d32b3df",
"FieldId": "e2f43ae9-a6ec-4965-852f-a14837b22135",
"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": "a0be0974-77d3-4a53-8983-014e81cf0e84",
"CreateDate": "2026-07-21T02:55:50.0197942-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-21T02:55:50.0197942-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}