GET AssetFormTypes?assetFormTypeId={assetFormTypeId}
Retrieves an asset form type by its Id.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| assetFormTypeId |
Id of the asset form type |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
On success, the asset form type.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | AssetFormType |
None. |
|
| Total | integer |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"AssetFormTypeId": "d00df621-84ae-4f26-8f58-33868a076ea5",
"Asset": {
"AssetId": "7b57353f-2805-4b4d-bbe5-2470db8949cf",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "04f96703-3080-4649-8dc5-15d317762339",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "f136734d-d6ec-48d9-b7d1-6b69860066f0",
"CreateDate": "2026-08-30T12:28:29.8076414-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-30T12:28:29.8076414-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "c597742c-250d-411a-86b1-d979248be616",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-08-30T12:28:29.8076414-07:00",
"MeasurementValueNeededDate": "2026-08-30T12:28:29.8076414-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "7c9be608-5296-4403-8935-95c0a79d94df",
"CreateDate": "2026-08-30T12:28:29.8076414-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-30T12:28:29.8076414-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-08-30T12:28:29.8076414-07:00",
"MeasurementValueNeededDate": "2026-08-30T12:28:29.8076414-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "55ad08d9-1791-486f-a880-8870cd00eba6",
"CreateDate": "2026-08-30T12:28:29.8076414-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-08-30T12:28:29.8076414-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "eaea559b-3ed9-4c1d-9823-09b7b5cf448e",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "04f96703-3080-4649-8dc5-15d317762339",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "f136734d-d6ec-48d9-b7d1-6b69860066f0",
"CreateDate": "2026-08-30T12:28:29.8076414-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-30T12:28:29.8076414-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-08-30T12:28:29.8076414-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "98fe021c-1542-4c04-bab9-85b63a571cfc",
"Section": {
"FormTypeSectionId": "fe4ed91b-3ac3-4473-8fff-a1eac0f221a1",
"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": "8e3f53ca-c955-4f3c-b176-f8d8dff5733c",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "f16c5d58-1620-4d27-83c7-8fa6ff47c36f",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "c8f37e4d-3a07-442a-a7c6-61fc795d4781",
"CreateDate": "2026-08-30T12:28:29.8076414-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-30T12:28:29.8076414-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "467deaf9-6ca0-45b1-a65f-98b05d97175b",
"FieldId": "1abdd69a-af4e-4e07-8b8d-3382b60f8072",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "467deaf9-6ca0-45b1-a65f-98b05d97175b",
"FieldId": "1abdd69a-af4e-4e07-8b8d-3382b60f8072",
"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": "98fe021c-1542-4c04-bab9-85b63a571cfc",
"Section": {
"FormTypeSectionId": "fe4ed91b-3ac3-4473-8fff-a1eac0f221a1",
"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": "8e3f53ca-c955-4f3c-b176-f8d8dff5733c",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "f16c5d58-1620-4d27-83c7-8fa6ff47c36f",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "c8f37e4d-3a07-442a-a7c6-61fc795d4781",
"CreateDate": "2026-08-30T12:28:29.8076414-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-30T12:28:29.8076414-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "467deaf9-6ca0-45b1-a65f-98b05d97175b",
"FieldId": "1abdd69a-af4e-4e07-8b8d-3382b60f8072",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "467deaf9-6ca0-45b1-a65f-98b05d97175b",
"FieldId": "1abdd69a-af4e-4e07-8b8d-3382b60f8072",
"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": "be5816c0-4787-4324-99f1-cbadded38793",
"CreateDate": "2026-08-30T12:28:29.8076414-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-30T12:28:29.8076414-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-08-30T12:28:29.8076414-07:00",
"LastValueDate": "2026-08-30T12:28:29.8076414-07:00",
"SourceSystemId": "sample string 1",
"CompanyId": "d3e86e15-cf8e-4d64-8eb9-516a7e45e5f2",
"CreateDate": "2026-08-30T12:28:29.8076414-07:00",
"CreateUser": "sample string 3",
"LastModifiedDate": "2026-08-30T12:28:29.8076414-07:00",
"LastModifiedUser": "sample string 4"
},
"Total": 1,
"Message": "sample string 1"
}