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": "84b360fe-7718-40c6-b2a8-196ff9197e52",
"Asset": {
"AssetId": "1e979239-f42c-45dc-bea6-e94aef7f9ddf",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "999963f5-a951-422e-80d4-24553ff64770",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "266d004e-ba86-42d2-9821-56dffe8ec2b7",
"CreateDate": "2026-05-31T01:28:45.577684-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-31T01:28:45.577684-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "da810e41-527a-455a-8275-2394f1eabb2a",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-05-31T01:28:45.577684-07:00",
"MeasurementValueNeededDate": "2026-05-31T01:28:45.577684-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "7f170194-d74e-40dc-a9a1-ae565bda6056",
"CreateDate": "2026-05-31T01:28:45.577684-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-31T01:28:45.577684-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-05-31T01:28:45.577684-07:00",
"MeasurementValueNeededDate": "2026-05-31T01:28:45.577684-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "e12f5efb-ef14-4ec9-9aa8-a1c0ed2000fa",
"CreateDate": "2026-05-31T01:28:45.577684-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-05-31T01:28:45.577684-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "874ef3a9-ea4a-4bc8-9703-86d3339a84e7",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "999963f5-a951-422e-80d4-24553ff64770",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "266d004e-ba86-42d2-9821-56dffe8ec2b7",
"CreateDate": "2026-05-31T01:28:45.577684-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-31T01:28:45.577684-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-05-31T01:28:45.577684-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "a99b1a8b-9730-4302-a06a-a2449e3a9f95",
"Section": {
"FormTypeSectionId": "7ba11ee6-487f-41bd-aa5e-1f992a0a7085",
"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": "eb8bd48d-9e14-45fd-92fe-73fa4564bd0b",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "d9a8836f-73fe-4868-8f10-2527603b6af3",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "a61d79f3-366a-4966-b3dd-44a4bef30d17",
"CreateDate": "2026-05-31T01:28:45.577684-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-31T01:28:45.577684-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "0bff7919-5ff6-4154-8317-f301f7ce6bae",
"FieldId": "4bebcada-fbb2-4038-bf88-df7c1ba35a36",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "0bff7919-5ff6-4154-8317-f301f7ce6bae",
"FieldId": "4bebcada-fbb2-4038-bf88-df7c1ba35a36",
"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": "a99b1a8b-9730-4302-a06a-a2449e3a9f95",
"Section": {
"FormTypeSectionId": "7ba11ee6-487f-41bd-aa5e-1f992a0a7085",
"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": "eb8bd48d-9e14-45fd-92fe-73fa4564bd0b",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "d9a8836f-73fe-4868-8f10-2527603b6af3",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "a61d79f3-366a-4966-b3dd-44a4bef30d17",
"CreateDate": "2026-05-31T01:28:45.577684-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-31T01:28:45.577684-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "0bff7919-5ff6-4154-8317-f301f7ce6bae",
"FieldId": "4bebcada-fbb2-4038-bf88-df7c1ba35a36",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "0bff7919-5ff6-4154-8317-f301f7ce6bae",
"FieldId": "4bebcada-fbb2-4038-bf88-df7c1ba35a36",
"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": "f746ddb1-d0fd-45b3-9de9-3288afb02054",
"CreateDate": "2026-05-31T01:28:45.577684-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-31T01:28:45.577684-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-05-31T01:28:45.577684-07:00",
"LastValueDate": "2026-05-31T01:28:45.577684-07:00",
"SourceSystemId": "sample string 1",
"CompanyId": "111d19b5-3b07-4095-bde8-05411916b4ab",
"CreateDate": "2026-05-31T01:28:45.577684-07:00",
"CreateUser": "sample string 3",
"LastModifiedDate": "2026-05-31T01:28:45.577684-07:00",
"LastModifiedUser": "sample string 4"
},
"Total": 1,
"Message": "sample string 1"
}