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": "cb711682-121b-4f4e-a8a6-1e9e266760b1",
"Asset": {
"AssetId": "57dd31bf-18dc-4662-9428-67f10495acfd",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "bf452a7f-1f1f-45b7-93be-1b5763d175ea",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "f059897e-2b18-44a3-bc6b-70844cf7a146",
"CreateDate": "2026-08-16T14:00:29.1182913-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-16T14:00:29.1182913-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "51183bcc-b6ba-4470-9eaa-120e57386ddf",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-08-16T14:00:29.1182913-07:00",
"MeasurementValueNeededDate": "2026-08-16T14:00:29.1182913-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "2d1e2eb2-0fb8-4c46-87b6-02073d755ce6",
"CreateDate": "2026-08-16T14:00:29.1182913-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-16T14:00:29.1182913-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-08-16T14:00:29.1182913-07:00",
"MeasurementValueNeededDate": "2026-08-16T14:00:29.1182913-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "3f3900cb-cdc8-46c7-a2f6-13be5a07d677",
"CreateDate": "2026-08-16T14:00:29.1182913-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-08-16T14:00:29.1182913-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "926c5d34-8f96-4593-b7c3-39da0eb1c0bb",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "bf452a7f-1f1f-45b7-93be-1b5763d175ea",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "f059897e-2b18-44a3-bc6b-70844cf7a146",
"CreateDate": "2026-08-16T14:00:29.1182913-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-16T14:00:29.1182913-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-08-16T14:00:29.1182913-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "2658ee4e-e017-4a53-a5e3-df9be6e19c6f",
"Section": {
"FormTypeSectionId": "924d56f4-45b5-451a-8716-117dd9ea7988",
"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": "fcc25ed8-7002-455f-b6ed-362cbb2a7429",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "defde46e-7b16-4e00-9880-1a37550fa3cb",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "c85fa75f-2564-4247-9c4f-8af2055c8775",
"CreateDate": "2026-08-16T14:00:29.1182913-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-16T14:00:29.1182913-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "368dc589-b786-4fb3-8dde-84a72e36171f",
"FieldId": "42ced995-8dfb-4dd9-b47e-7f08c464ee1c",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "368dc589-b786-4fb3-8dde-84a72e36171f",
"FieldId": "42ced995-8dfb-4dd9-b47e-7f08c464ee1c",
"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": "2658ee4e-e017-4a53-a5e3-df9be6e19c6f",
"Section": {
"FormTypeSectionId": "924d56f4-45b5-451a-8716-117dd9ea7988",
"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": "fcc25ed8-7002-455f-b6ed-362cbb2a7429",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "defde46e-7b16-4e00-9880-1a37550fa3cb",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "c85fa75f-2564-4247-9c4f-8af2055c8775",
"CreateDate": "2026-08-16T14:00:29.1182913-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-16T14:00:29.1182913-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "368dc589-b786-4fb3-8dde-84a72e36171f",
"FieldId": "42ced995-8dfb-4dd9-b47e-7f08c464ee1c",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "368dc589-b786-4fb3-8dde-84a72e36171f",
"FieldId": "42ced995-8dfb-4dd9-b47e-7f08c464ee1c",
"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": "43b3bbf8-73e5-4cd5-9f7c-b32f32ae8f3f",
"CreateDate": "2026-08-16T14:00:29.1182913-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-16T14:00:29.1182913-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-08-16T14:00:29.1182913-07:00",
"LastValueDate": "2026-08-16T14:00:29.1182913-07:00",
"SourceSystemId": "sample string 1",
"CompanyId": "09b5c696-2207-43fc-990a-8390ed12cc02",
"CreateDate": "2026-08-16T14:00:29.1182913-07:00",
"CreateUser": "sample string 3",
"LastModifiedDate": "2026-08-16T14:00:29.1182913-07:00",
"LastModifiedUser": "sample string 4"
},
"Total": 1,
"Message": "sample string 1"
}