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": "7442d46f-2159-4b05-98b4-3eb0e7773f9b",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "ff64ac32-7591-4dde-9d19-b907f553355d",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "2fddfd00-fb0a-4d2b-ac8f-2f6460f5f92b",
"CreateDate": "2026-07-30T09:03:44.8057041-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-30T09:03:44.8057041-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-07-30T09:03:44.8057041-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "89a3cc37-eda6-44b1-87ff-4698657d04db",
"Section": {
"FormTypeSectionId": "ee94ac3e-a866-4aea-a9e1-c47c5561e927",
"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": "56215d98-0cca-4e5d-8303-ee2fa3402619",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "2e19975b-3202-41d0-b4ee-28dea222a9cb",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "b8ae1ea1-f7af-424e-b271-712b544b2ce0",
"CreateDate": "2026-07-30T09:03:44.8057041-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-30T09:03:44.8057041-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "a0639b85-6f08-4652-94e2-e9cb994ba7a6",
"FieldId": "81842646-7f6f-4809-ac40-7f928d44d07e",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "a0639b85-6f08-4652-94e2-e9cb994ba7a6",
"FieldId": "81842646-7f6f-4809-ac40-7f928d44d07e",
"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": "89a3cc37-eda6-44b1-87ff-4698657d04db",
"Section": {
"FormTypeSectionId": "ee94ac3e-a866-4aea-a9e1-c47c5561e927",
"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": "56215d98-0cca-4e5d-8303-ee2fa3402619",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "2e19975b-3202-41d0-b4ee-28dea222a9cb",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "b8ae1ea1-f7af-424e-b271-712b544b2ce0",
"CreateDate": "2026-07-30T09:03:44.8057041-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-30T09:03:44.8057041-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "a0639b85-6f08-4652-94e2-e9cb994ba7a6",
"FieldId": "81842646-7f6f-4809-ac40-7f928d44d07e",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "a0639b85-6f08-4652-94e2-e9cb994ba7a6",
"FieldId": "81842646-7f6f-4809-ac40-7f928d44d07e",
"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": "f77451e2-1ff9-451b-b729-80c231b7920f",
"CreateDate": "2026-07-30T09:03:44.8057041-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-30T09:03:44.8057041-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}