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": "56b68398-656d-42e9-83b3-bcbdd83cf404",
"Asset": {
"AssetId": "ae23aa20-b14a-4cc6-939a-2d3829e244bd",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "f63b669d-bac6-4de3-9ef2-d68d7134f3a0",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "c4d99fce-a762-49d2-99dc-ac747868511f",
"CreateDate": "2026-09-20T19:56:58.1046979-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-20T19:56:58.1046979-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "54ee0e40-1a6b-4795-8438-49ab27134a14",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-20T19:56:58.1046979-07:00",
"MeasurementValueNeededDate": "2026-09-20T19:56:58.1046979-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "5a5f23d8-0fef-4496-8382-583885779641",
"CreateDate": "2026-09-20T19:56:58.1046979-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-20T19:56:58.1046979-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-09-20T19:56:58.1046979-07:00",
"MeasurementValueNeededDate": "2026-09-20T19:56:58.1046979-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "e5be6ff0-2642-4c59-9b60-ffd2ed7cb9b8",
"CreateDate": "2026-09-20T19:56:58.1046979-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-09-20T19:56:58.1046979-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "bc991988-8e70-4578-b193-4dcedf7a35a1",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "f63b669d-bac6-4de3-9ef2-d68d7134f3a0",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "c4d99fce-a762-49d2-99dc-ac747868511f",
"CreateDate": "2026-09-20T19:56:58.1046979-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-20T19:56:58.1046979-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-09-20T19:56:58.1046979-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "96dd876f-06e4-4366-b473-b6e1f4b98a4b",
"Section": {
"FormTypeSectionId": "1e07a14d-3f6d-44e7-a4ff-4e4c2be27602",
"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": "eaf2b8a8-4222-403b-8b6b-cd6700130f87",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "71a576d8-4dd4-40b6-9664-8ac4c413cdc3",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "dc0b1470-6825-47a8-8360-3fcc5ae1c6f0",
"CreateDate": "2026-09-20T19:56:58.1046979-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-20T19:56:58.1046979-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "d85e9c58-dae9-4e74-a5ae-2ec670a6cfff",
"FieldId": "e06de2d8-9d6d-45d5-9e93-9968fe5f4e60",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "d85e9c58-dae9-4e74-a5ae-2ec670a6cfff",
"FieldId": "e06de2d8-9d6d-45d5-9e93-9968fe5f4e60",
"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": "96dd876f-06e4-4366-b473-b6e1f4b98a4b",
"Section": {
"FormTypeSectionId": "1e07a14d-3f6d-44e7-a4ff-4e4c2be27602",
"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": "eaf2b8a8-4222-403b-8b6b-cd6700130f87",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "71a576d8-4dd4-40b6-9664-8ac4c413cdc3",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "dc0b1470-6825-47a8-8360-3fcc5ae1c6f0",
"CreateDate": "2026-09-20T19:56:58.1046979-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-20T19:56:58.1046979-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "d85e9c58-dae9-4e74-a5ae-2ec670a6cfff",
"FieldId": "e06de2d8-9d6d-45d5-9e93-9968fe5f4e60",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "d85e9c58-dae9-4e74-a5ae-2ec670a6cfff",
"FieldId": "e06de2d8-9d6d-45d5-9e93-9968fe5f4e60",
"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": "827e4c30-aef7-4397-8d13-abd8d791bbad",
"CreateDate": "2026-09-20T19:56:58.1046979-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-20T19:56:58.1046979-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-09-20T19:56:58.1046979-07:00",
"LastValueDate": "2026-09-20T19:56:58.1046979-07:00",
"SourceSystemId": "sample string 1",
"CompanyId": "20a60a63-097d-4428-a569-39ec49c37a83",
"CreateDate": "2026-09-20T19:56:58.1046979-07:00",
"CreateUser": "sample string 3",
"LastModifiedDate": "2026-09-20T19:56:58.1046979-07:00",
"LastModifiedUser": "sample string 4"
},
"Total": 1,
"Message": "sample string 1"
}