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": "0329234b-cd49-431f-8505-beba628e3cf0",
"Asset": {
"AssetId": "0b197060-052c-4f41-a848-389036980fa7",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "816fc2de-a048-4e2e-80dd-5113bc453b64",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "877da40f-14ff-4edc-8e85-6045b14fcbe8",
"CreateDate": "2026-01-22T20:10:46.4901869-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-22T20:10:46.4901869-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "777c02ce-37ef-4ecb-99c6-f1940a4561e1",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-01-22T20:10:46.4901869-08:00",
"MeasurementValueNeededDate": "2026-01-22T20:10:46.4901869-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "15e8a782-8c58-41a9-8bfa-e4d9ea447d5b",
"CreateDate": "2026-01-22T20:10:46.4901869-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-22T20:10:46.4901869-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-01-22T20:10:46.4901869-08:00",
"MeasurementValueNeededDate": "2026-01-22T20:10:46.4901869-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "288e4603-0e0f-40a1-a541-6c1d2cdb1c85",
"CreateDate": "2026-01-22T20:10:46.4901869-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-01-22T20:10:46.4901869-08:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "d7f12bc7-f9c6-498f-b3d8-0b754cfdebfd",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "816fc2de-a048-4e2e-80dd-5113bc453b64",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "877da40f-14ff-4edc-8e85-6045b14fcbe8",
"CreateDate": "2026-01-22T20:10:46.4901869-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-22T20:10:46.4901869-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-01-22T20:10:46.4901869-08:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "45dd21dc-4151-461f-8428-bd9e7be21b94",
"Section": {
"FormTypeSectionId": "7df6c713-d13e-40b3-97fa-08535d94d5e7",
"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": "7438f0e5-9d8d-4fc2-809b-f5cc5ad050f5",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "9beadb18-79f8-4321-8f5e-efcd41abc6fc",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "6972599d-48e2-4b0c-94f1-35b1f19f7142",
"CreateDate": "2026-01-22T20:10:46.4901869-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-22T20:10:46.4901869-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "37be41f2-14c1-408e-afbd-fac76aebe877",
"FieldId": "36e2d1e1-fefb-42be-93f9-4b794f9aeb42",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "37be41f2-14c1-408e-afbd-fac76aebe877",
"FieldId": "36e2d1e1-fefb-42be-93f9-4b794f9aeb42",
"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": "45dd21dc-4151-461f-8428-bd9e7be21b94",
"Section": {
"FormTypeSectionId": "7df6c713-d13e-40b3-97fa-08535d94d5e7",
"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": "7438f0e5-9d8d-4fc2-809b-f5cc5ad050f5",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "9beadb18-79f8-4321-8f5e-efcd41abc6fc",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "6972599d-48e2-4b0c-94f1-35b1f19f7142",
"CreateDate": "2026-01-22T20:10:46.4901869-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-22T20:10:46.4901869-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "37be41f2-14c1-408e-afbd-fac76aebe877",
"FieldId": "36e2d1e1-fefb-42be-93f9-4b794f9aeb42",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "37be41f2-14c1-408e-afbd-fac76aebe877",
"FieldId": "36e2d1e1-fefb-42be-93f9-4b794f9aeb42",
"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": "90561bb5-61d7-4a71-8b84-fd8d175257e5",
"CreateDate": "2026-01-22T20:10:46.4901869-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-22T20:10:46.4901869-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-01-22T20:10:46.4901869-08:00",
"LastValueDate": "2026-01-22T20:10:46.4901869-08:00",
"SourceSystemId": "sample string 1",
"CompanyId": "08c69132-6d5a-48be-9e5c-54651cc4ba86",
"CreateDate": "2026-01-22T20:10:46.4901869-08:00",
"CreateUser": "sample string 3",
"LastModifiedDate": "2026-01-22T20:10:46.4901869-08:00",
"LastModifiedUser": "sample string 4"
},
{
"AssetFormTypeId": "0329234b-cd49-431f-8505-beba628e3cf0",
"Asset": {
"AssetId": "0b197060-052c-4f41-a848-389036980fa7",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "816fc2de-a048-4e2e-80dd-5113bc453b64",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "877da40f-14ff-4edc-8e85-6045b14fcbe8",
"CreateDate": "2026-01-22T20:10:46.4901869-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-22T20:10:46.4901869-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "777c02ce-37ef-4ecb-99c6-f1940a4561e1",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-01-22T20:10:46.4901869-08:00",
"MeasurementValueNeededDate": "2026-01-22T20:10:46.4901869-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "15e8a782-8c58-41a9-8bfa-e4d9ea447d5b",
"CreateDate": "2026-01-22T20:10:46.4901869-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-22T20:10:46.4901869-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-01-22T20:10:46.4901869-08:00",
"MeasurementValueNeededDate": "2026-01-22T20:10:46.4901869-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "288e4603-0e0f-40a1-a541-6c1d2cdb1c85",
"CreateDate": "2026-01-22T20:10:46.4901869-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-01-22T20:10:46.4901869-08:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "d7f12bc7-f9c6-498f-b3d8-0b754cfdebfd",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "816fc2de-a048-4e2e-80dd-5113bc453b64",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "877da40f-14ff-4edc-8e85-6045b14fcbe8",
"CreateDate": "2026-01-22T20:10:46.4901869-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-22T20:10:46.4901869-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-01-22T20:10:46.4901869-08:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "45dd21dc-4151-461f-8428-bd9e7be21b94",
"Section": {
"FormTypeSectionId": "7df6c713-d13e-40b3-97fa-08535d94d5e7",
"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": "7438f0e5-9d8d-4fc2-809b-f5cc5ad050f5",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "9beadb18-79f8-4321-8f5e-efcd41abc6fc",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "6972599d-48e2-4b0c-94f1-35b1f19f7142",
"CreateDate": "2026-01-22T20:10:46.4901869-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-22T20:10:46.4901869-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "37be41f2-14c1-408e-afbd-fac76aebe877",
"FieldId": "36e2d1e1-fefb-42be-93f9-4b794f9aeb42",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "37be41f2-14c1-408e-afbd-fac76aebe877",
"FieldId": "36e2d1e1-fefb-42be-93f9-4b794f9aeb42",
"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": "45dd21dc-4151-461f-8428-bd9e7be21b94",
"Section": {
"FormTypeSectionId": "7df6c713-d13e-40b3-97fa-08535d94d5e7",
"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": "7438f0e5-9d8d-4fc2-809b-f5cc5ad050f5",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "9beadb18-79f8-4321-8f5e-efcd41abc6fc",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "6972599d-48e2-4b0c-94f1-35b1f19f7142",
"CreateDate": "2026-01-22T20:10:46.4901869-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-22T20:10:46.4901869-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "37be41f2-14c1-408e-afbd-fac76aebe877",
"FieldId": "36e2d1e1-fefb-42be-93f9-4b794f9aeb42",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "37be41f2-14c1-408e-afbd-fac76aebe877",
"FieldId": "36e2d1e1-fefb-42be-93f9-4b794f9aeb42",
"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": "90561bb5-61d7-4a71-8b84-fd8d175257e5",
"CreateDate": "2026-01-22T20:10:46.4901869-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-22T20:10:46.4901869-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-01-22T20:10:46.4901869-08:00",
"LastValueDate": "2026-01-22T20:10:46.4901869-08:00",
"SourceSystemId": "sample string 1",
"CompanyId": "08c69132-6d5a-48be-9e5c-54651cc4ba86",
"CreateDate": "2026-01-22T20:10:46.4901869-08:00",
"CreateUser": "sample string 3",
"LastModifiedDate": "2026-01-22T20:10:46.4901869-08:00",
"LastModifiedUser": "sample string 4"
}
],
"Total": 1,
"Message": "sample string 1"
}