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": "593718b7-fde7-47b6-a31d-097ca863012e",
"Asset": {
"AssetId": "9be00165-e5c3-41a7-a7a0-eb18deb2767e",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "e25f6612-0763-4344-802b-aa9efc17f030",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "17fbfa5e-ac01-431f-bdc1-d7c9fea9b869",
"CreateDate": "2026-01-10T18:13:18.7550045-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-10T18:13:18.7550045-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "19c7add1-a884-4be8-8b30-bd0a47a2cdde",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-01-10T18:13:18.7550045-08:00",
"MeasurementValueNeededDate": "2026-01-10T18:13:18.7550045-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "2d593951-5037-4ae4-8d22-0e95c8adf2e3",
"CreateDate": "2026-01-10T18:13:18.7550045-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-10T18:13:18.7550045-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-01-10T18:13:18.7550045-08:00",
"MeasurementValueNeededDate": "2026-01-10T18:13:18.7550045-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "89306762-1a7b-4407-8f65-ce155f1b4da7",
"CreateDate": "2026-01-10T18:13:18.7550045-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-01-10T18:13:18.7550045-08:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "3a45b7af-6131-4f9a-a5c3-49e93b37ec62",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "e25f6612-0763-4344-802b-aa9efc17f030",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "17fbfa5e-ac01-431f-bdc1-d7c9fea9b869",
"CreateDate": "2026-01-10T18:13:18.7550045-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-10T18:13:18.7550045-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-01-10T18:13:18.7550045-08:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "26554a4b-8b18-4c48-ab26-4754eac65497",
"Section": {
"FormTypeSectionId": "db38e6f7-f792-4227-ba33-8a67348a859e",
"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": "574f1724-6057-4aac-916f-1f7b33427608",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "50ba924b-0573-4446-809b-512c583eaf11",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "374fd6d5-9389-4677-8852-6ee074a185a4",
"CreateDate": "2026-01-10T18:13:18.7550045-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-10T18:13:18.7550045-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "40ac0efb-c963-4409-8b09-dcffa09e3b05",
"FieldId": "2c023932-3f4f-4b1b-8311-cc894e80fc23",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "40ac0efb-c963-4409-8b09-dcffa09e3b05",
"FieldId": "2c023932-3f4f-4b1b-8311-cc894e80fc23",
"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": "26554a4b-8b18-4c48-ab26-4754eac65497",
"Section": {
"FormTypeSectionId": "db38e6f7-f792-4227-ba33-8a67348a859e",
"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": "574f1724-6057-4aac-916f-1f7b33427608",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "50ba924b-0573-4446-809b-512c583eaf11",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "374fd6d5-9389-4677-8852-6ee074a185a4",
"CreateDate": "2026-01-10T18:13:18.7550045-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-10T18:13:18.7550045-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "40ac0efb-c963-4409-8b09-dcffa09e3b05",
"FieldId": "2c023932-3f4f-4b1b-8311-cc894e80fc23",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "40ac0efb-c963-4409-8b09-dcffa09e3b05",
"FieldId": "2c023932-3f4f-4b1b-8311-cc894e80fc23",
"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": "99017ec9-9d98-4949-83a5-0b81c5f30853",
"CreateDate": "2026-01-10T18:13:18.7550045-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-10T18:13:18.7550045-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-01-10T18:13:18.7550045-08:00",
"LastValueDate": "2026-01-10T18:13:18.7550045-08:00",
"SourceSystemId": "sample string 1",
"CompanyId": "f6c6108f-6478-4d72-a878-e65364c20ca7",
"CreateDate": "2026-01-10T18:13:18.7550045-08:00",
"CreateUser": "sample string 3",
"LastModifiedDate": "2026-01-10T18:13:18.7550045-08:00",
"LastModifiedUser": "sample string 4"
},
"Total": 1,
"Message": "sample string 1"
}