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": "a52c5685-ecb9-4db5-a2da-ea9fa079dd0d",
"Asset": {
"AssetId": "f8753a86-de6f-44bb-99da-9f4c7d2ac860",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "86befce3-5f4a-4a40-95da-afc7fe50573c",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "044c559f-4dd9-4f03-ae1e-f2d3887b5af3",
"CreateDate": "2026-04-27T19:48:10.7600362-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-27T19:48:10.7600362-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "6a3b1682-b420-4ca4-ae69-023296db74bf",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-04-27T19:48:10.7600362-07:00",
"MeasurementValueNeededDate": "2026-04-27T19:48:10.7600362-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "ff59b935-2de0-4127-84c5-a997c53f3bbb",
"CreateDate": "2026-04-27T19:48:10.7600362-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-27T19:48:10.7600362-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-04-27T19:48:10.7600362-07:00",
"MeasurementValueNeededDate": "2026-04-27T19:48:10.7600362-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "4c86050f-00ef-49a6-8d22-db4111895f7f",
"CreateDate": "2026-04-27T19:48:10.7600362-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-04-27T19:48:10.7600362-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "7cb1fb2c-12ae-49d2-bb92-6ed901ee07f7",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "86befce3-5f4a-4a40-95da-afc7fe50573c",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "044c559f-4dd9-4f03-ae1e-f2d3887b5af3",
"CreateDate": "2026-04-27T19:48:10.7600362-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-27T19:48:10.7600362-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-04-27T19:48:10.7600362-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "28f3960b-eab0-4437-b4b1-0b75f4959b46",
"Section": {
"FormTypeSectionId": "a9f61b60-f85b-464d-bc39-11ca5c688f59",
"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": "e108fd13-3dda-45fd-b765-704931b54077",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "f7de1423-931a-4022-839b-58b5772c8a88",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "02a7127c-6622-41ef-b618-e0d98359c6fd",
"CreateDate": "2026-04-27T19:48:10.7600362-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-27T19:48:10.7600362-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "87e49727-b19b-49c0-b8c4-ee492373e498",
"FieldId": "11c3597d-f0a4-4a0e-91e4-261cfc9f7417",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "87e49727-b19b-49c0-b8c4-ee492373e498",
"FieldId": "11c3597d-f0a4-4a0e-91e4-261cfc9f7417",
"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": "28f3960b-eab0-4437-b4b1-0b75f4959b46",
"Section": {
"FormTypeSectionId": "a9f61b60-f85b-464d-bc39-11ca5c688f59",
"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": "e108fd13-3dda-45fd-b765-704931b54077",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "f7de1423-931a-4022-839b-58b5772c8a88",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "02a7127c-6622-41ef-b618-e0d98359c6fd",
"CreateDate": "2026-04-27T19:48:10.7600362-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-27T19:48:10.7600362-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "87e49727-b19b-49c0-b8c4-ee492373e498",
"FieldId": "11c3597d-f0a4-4a0e-91e4-261cfc9f7417",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "87e49727-b19b-49c0-b8c4-ee492373e498",
"FieldId": "11c3597d-f0a4-4a0e-91e4-261cfc9f7417",
"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": "b12ab916-1970-4f0a-bf51-6d1e1dc281ed",
"CreateDate": "2026-04-27T19:48:10.7600362-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-27T19:48:10.7600362-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-04-27T19:48:10.7600362-07:00",
"LastValueDate": "2026-04-27T19:48:10.7600362-07:00",
"SourceSystemId": "sample string 1",
"CompanyId": "d5bbd819-d4eb-4cc0-ba69-27ba2d4b2a59",
"CreateDate": "2026-04-27T19:48:10.7600362-07:00",
"CreateUser": "sample string 3",
"LastModifiedDate": "2026-04-27T19:48:10.7600362-07:00",
"LastModifiedUser": "sample string 4"
},
"Total": 1,
"Message": "sample string 1"
}