GET AssetFormTypes/GetAllForAsset?assetId={assetId}
Retrieves all asset form types for the given asset. This includes asset form types of that asset that may not have a value.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| assetId |
Id of the asset |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
On success, a list of all asset form types for the asset.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Collection of AssetFormType |
None. |
|
| Total | integer |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": [
{
"AssetFormTypeId": "4e66a28c-a9f6-4738-98f3-d7956ca62ddc",
"Asset": {
"AssetId": "c69e4a16-b67e-41b0-a6c3-89daf304eb5c",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "6b0bc818-f3d4-40d2-b5f8-ed6b0e6e3e32",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "a2ed8e4c-e9f7-4552-a6f1-16fd2dc9eeb1",
"CreateDate": "2026-04-12T16:47:48.649555-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-12T16:47:48.649555-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "c9fef389-c620-4ad9-bec4-c4fee75770af",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-04-12T16:47:48.649555-07:00",
"MeasurementValueNeededDate": "2026-04-12T16:47:48.649555-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "05bceb46-6e93-4c19-8a99-03ec1581b1a4",
"CreateDate": "2026-04-12T16:47:48.649555-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-12T16:47:48.649555-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-04-12T16:47:48.649555-07:00",
"MeasurementValueNeededDate": "2026-04-12T16:47:48.649555-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "ab3e94bf-f9c8-4998-87c4-5c32f12d8ca9",
"CreateDate": "2026-04-12T16:47:48.649555-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-04-12T16:47:48.649555-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "de38f2ad-47ea-43aa-9c0c-3038ed6fe6ca",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "6b0bc818-f3d4-40d2-b5f8-ed6b0e6e3e32",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "a2ed8e4c-e9f7-4552-a6f1-16fd2dc9eeb1",
"CreateDate": "2026-04-12T16:47:48.649555-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-12T16:47:48.649555-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-04-12T16:47:48.649555-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "4832027c-a735-4c08-82be-b91d1c7a059b",
"Section": {
"FormTypeSectionId": "5e14f243-e2fe-476b-8713-e4610ea31a66",
"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": "83dc871a-4059-442d-8962-fcc04798c7b0",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "4aaa5bf6-9cb5-420c-8075-64cebc56a1ec",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "f9da2c2a-abf6-4eee-8d58-f7abb7d223b7",
"CreateDate": "2026-04-12T16:47:48.6651457-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-12T16:47:48.6651457-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "d0368d44-b031-4d85-bfed-83b8cccdec83",
"FieldId": "d246c0e7-8d08-4632-adf5-a979b1ac017f",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "d0368d44-b031-4d85-bfed-83b8cccdec83",
"FieldId": "d246c0e7-8d08-4632-adf5-a979b1ac017f",
"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": "4832027c-a735-4c08-82be-b91d1c7a059b",
"Section": {
"FormTypeSectionId": "5e14f243-e2fe-476b-8713-e4610ea31a66",
"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": "83dc871a-4059-442d-8962-fcc04798c7b0",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "4aaa5bf6-9cb5-420c-8075-64cebc56a1ec",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "f9da2c2a-abf6-4eee-8d58-f7abb7d223b7",
"CreateDate": "2026-04-12T16:47:48.6651457-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-12T16:47:48.6651457-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "d0368d44-b031-4d85-bfed-83b8cccdec83",
"FieldId": "d246c0e7-8d08-4632-adf5-a979b1ac017f",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "d0368d44-b031-4d85-bfed-83b8cccdec83",
"FieldId": "d246c0e7-8d08-4632-adf5-a979b1ac017f",
"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": "fd201449-8c03-4c34-81d2-aedf4b409173",
"CreateDate": "2026-04-12T16:47:48.6651457-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-12T16:47:48.6651457-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-04-12T16:47:48.6651457-07:00",
"LastValueDate": "2026-04-12T16:47:48.6651457-07:00",
"SourceSystemId": "sample string 1",
"CompanyId": "b1058b56-c0eb-49ad-bac7-85048852eab8",
"CreateDate": "2026-04-12T16:47:48.6651457-07:00",
"CreateUser": "sample string 3",
"LastModifiedDate": "2026-04-12T16:47:48.6651457-07:00",
"LastModifiedUser": "sample string 4"
},
{
"AssetFormTypeId": "4e66a28c-a9f6-4738-98f3-d7956ca62ddc",
"Asset": {
"AssetId": "c69e4a16-b67e-41b0-a6c3-89daf304eb5c",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "6b0bc818-f3d4-40d2-b5f8-ed6b0e6e3e32",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "a2ed8e4c-e9f7-4552-a6f1-16fd2dc9eeb1",
"CreateDate": "2026-04-12T16:47:48.649555-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-12T16:47:48.649555-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "c9fef389-c620-4ad9-bec4-c4fee75770af",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-04-12T16:47:48.649555-07:00",
"MeasurementValueNeededDate": "2026-04-12T16:47:48.649555-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "05bceb46-6e93-4c19-8a99-03ec1581b1a4",
"CreateDate": "2026-04-12T16:47:48.649555-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-12T16:47:48.649555-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-04-12T16:47:48.649555-07:00",
"MeasurementValueNeededDate": "2026-04-12T16:47:48.649555-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "ab3e94bf-f9c8-4998-87c4-5c32f12d8ca9",
"CreateDate": "2026-04-12T16:47:48.649555-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-04-12T16:47:48.649555-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "de38f2ad-47ea-43aa-9c0c-3038ed6fe6ca",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "6b0bc818-f3d4-40d2-b5f8-ed6b0e6e3e32",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "a2ed8e4c-e9f7-4552-a6f1-16fd2dc9eeb1",
"CreateDate": "2026-04-12T16:47:48.649555-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-12T16:47:48.649555-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-04-12T16:47:48.649555-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "4832027c-a735-4c08-82be-b91d1c7a059b",
"Section": {
"FormTypeSectionId": "5e14f243-e2fe-476b-8713-e4610ea31a66",
"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": "83dc871a-4059-442d-8962-fcc04798c7b0",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "4aaa5bf6-9cb5-420c-8075-64cebc56a1ec",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "f9da2c2a-abf6-4eee-8d58-f7abb7d223b7",
"CreateDate": "2026-04-12T16:47:48.6651457-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-12T16:47:48.6651457-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "d0368d44-b031-4d85-bfed-83b8cccdec83",
"FieldId": "d246c0e7-8d08-4632-adf5-a979b1ac017f",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "d0368d44-b031-4d85-bfed-83b8cccdec83",
"FieldId": "d246c0e7-8d08-4632-adf5-a979b1ac017f",
"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": "4832027c-a735-4c08-82be-b91d1c7a059b",
"Section": {
"FormTypeSectionId": "5e14f243-e2fe-476b-8713-e4610ea31a66",
"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": "83dc871a-4059-442d-8962-fcc04798c7b0",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "4aaa5bf6-9cb5-420c-8075-64cebc56a1ec",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "f9da2c2a-abf6-4eee-8d58-f7abb7d223b7",
"CreateDate": "2026-04-12T16:47:48.6651457-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-12T16:47:48.6651457-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "d0368d44-b031-4d85-bfed-83b8cccdec83",
"FieldId": "d246c0e7-8d08-4632-adf5-a979b1ac017f",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "d0368d44-b031-4d85-bfed-83b8cccdec83",
"FieldId": "d246c0e7-8d08-4632-adf5-a979b1ac017f",
"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": "fd201449-8c03-4c34-81d2-aedf4b409173",
"CreateDate": "2026-04-12T16:47:48.6651457-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-12T16:47:48.6651457-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-04-12T16:47:48.6651457-07:00",
"LastValueDate": "2026-04-12T16:47:48.6651457-07:00",
"SourceSystemId": "sample string 1",
"CompanyId": "b1058b56-c0eb-49ad-bac7-85048852eab8",
"CreateDate": "2026-04-12T16:47:48.6651457-07:00",
"CreateUser": "sample string 3",
"LastModifiedDate": "2026-04-12T16:47:48.6651457-07:00",
"LastModifiedUser": "sample string 4"
}
],
"Total": 1,
"Message": "sample string 1"
}