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": "49ff2700-4f18-4183-bf91-7691b6e45ad7",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "fcdae73c-9f8f-4e1b-b8df-926d822a2815",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "14ca076f-fcb2-42dc-aaf6-85c2e44df51b",
"CreateDate": "2026-08-02T10:10:08.2078646-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-02T10:10:08.2078646-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-08-02T10:10:08.2078646-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "68119f92-016d-4523-b3ca-7415e8ef133f",
"Section": {
"FormTypeSectionId": "cf614cc9-db5c-44d0-a8e8-84b4d383c9a4",
"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": "253e3339-8e05-4ee4-8522-8fec9f0491d3",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "19077347-04ef-4a4f-8706-fd26ebbb17e0",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "2427288f-6f72-4e77-a1f9-6a04b070064d",
"CreateDate": "2026-08-02T10:10:08.2078646-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-02T10:10:08.2078646-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "d407f9d6-2079-4e19-8cbc-ad225df6a148",
"FieldId": "6d17260c-5a65-42e5-9197-1fd021716a8a",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "d407f9d6-2079-4e19-8cbc-ad225df6a148",
"FieldId": "6d17260c-5a65-42e5-9197-1fd021716a8a",
"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": "68119f92-016d-4523-b3ca-7415e8ef133f",
"Section": {
"FormTypeSectionId": "cf614cc9-db5c-44d0-a8e8-84b4d383c9a4",
"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": "253e3339-8e05-4ee4-8522-8fec9f0491d3",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "19077347-04ef-4a4f-8706-fd26ebbb17e0",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "2427288f-6f72-4e77-a1f9-6a04b070064d",
"CreateDate": "2026-08-02T10:10:08.2078646-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-02T10:10:08.2078646-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "d407f9d6-2079-4e19-8cbc-ad225df6a148",
"FieldId": "6d17260c-5a65-42e5-9197-1fd021716a8a",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "d407f9d6-2079-4e19-8cbc-ad225df6a148",
"FieldId": "6d17260c-5a65-42e5-9197-1fd021716a8a",
"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": "fbead2e5-8a19-43cf-af7b-703ff0028984",
"CreateDate": "2026-08-02T10:10:08.2078646-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-02T10:10:08.2078646-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}