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": "4a8e7e97-4b8f-4539-9375-3a7f1bca78b6",
"Asset": {
"AssetId": "134fb699-7a1c-4608-b6fc-95ad91a16b73",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "1c6b47b3-648f-45f2-809c-739c539b81d1",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "faa63ac4-1117-4b25-87d0-52af4851f158",
"CreateDate": "2026-05-21T08:22:26.4412502-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-21T08:22:26.4412502-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "38d07516-f1c3-4a46-8be3-8a7179fa5b35",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-05-21T08:22:26.4412502-07:00",
"MeasurementValueNeededDate": "2026-05-21T08:22:26.4412502-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "4ca57081-05ad-4496-9d99-43abaafbb625",
"CreateDate": "2026-05-21T08:22:26.4412502-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-21T08:22:26.4412502-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-05-21T08:22:26.4412502-07:00",
"MeasurementValueNeededDate": "2026-05-21T08:22:26.4412502-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "ad50bac2-d212-4e1d-87e6-6b42faaa3747",
"CreateDate": "2026-05-21T08:22:26.4412502-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-05-21T08:22:26.4412502-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "c885c3d3-a7dc-405c-84f5-656079f31bf0",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "1c6b47b3-648f-45f2-809c-739c539b81d1",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "faa63ac4-1117-4b25-87d0-52af4851f158",
"CreateDate": "2026-05-21T08:22:26.4412502-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-21T08:22:26.4412502-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-05-21T08:22:26.4412502-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "d22ddeaf-74a8-42b8-bdee-2ce4333a1b07",
"Section": {
"FormTypeSectionId": "1f9a26ff-3342-4891-a485-5b429b7d02ec",
"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": "b4ff6681-2534-41d1-950f-c3c238eb3f72",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "137d54a8-c2c5-4da9-a369-beb37c47d1bf",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "17c5bc3e-b7e0-418d-8fd7-cb6ec3a12b88",
"CreateDate": "2026-05-21T08:22:26.4412502-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-21T08:22:26.4412502-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "3fccd5f8-83b9-491e-9df5-b36d0746d55d",
"FieldId": "6b54cea0-c38c-4687-bf70-20e079a30105",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "3fccd5f8-83b9-491e-9df5-b36d0746d55d",
"FieldId": "6b54cea0-c38c-4687-bf70-20e079a30105",
"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": "d22ddeaf-74a8-42b8-bdee-2ce4333a1b07",
"Section": {
"FormTypeSectionId": "1f9a26ff-3342-4891-a485-5b429b7d02ec",
"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": "b4ff6681-2534-41d1-950f-c3c238eb3f72",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "137d54a8-c2c5-4da9-a369-beb37c47d1bf",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "17c5bc3e-b7e0-418d-8fd7-cb6ec3a12b88",
"CreateDate": "2026-05-21T08:22:26.4412502-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-21T08:22:26.4412502-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "3fccd5f8-83b9-491e-9df5-b36d0746d55d",
"FieldId": "6b54cea0-c38c-4687-bf70-20e079a30105",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "3fccd5f8-83b9-491e-9df5-b36d0746d55d",
"FieldId": "6b54cea0-c38c-4687-bf70-20e079a30105",
"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": "0f2e5382-6f03-4740-b771-02768796a0a1",
"CreateDate": "2026-05-21T08:22:26.4412502-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-21T08:22:26.4412502-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-05-21T08:22:26.4412502-07:00",
"LastValueDate": "2026-05-21T08:22:26.4412502-07:00",
"SourceSystemId": "sample string 1",
"CompanyId": "3f0eacda-b866-456b-8b5d-c68e29331bd3",
"CreateDate": "2026-05-21T08:22:26.4412502-07:00",
"CreateUser": "sample string 3",
"LastModifiedDate": "2026-05-21T08:22:26.4412502-07:00",
"LastModifiedUser": "sample string 4"
},
{
"AssetFormTypeId": "4a8e7e97-4b8f-4539-9375-3a7f1bca78b6",
"Asset": {
"AssetId": "134fb699-7a1c-4608-b6fc-95ad91a16b73",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "1c6b47b3-648f-45f2-809c-739c539b81d1",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "faa63ac4-1117-4b25-87d0-52af4851f158",
"CreateDate": "2026-05-21T08:22:26.4412502-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-21T08:22:26.4412502-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "38d07516-f1c3-4a46-8be3-8a7179fa5b35",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-05-21T08:22:26.4412502-07:00",
"MeasurementValueNeededDate": "2026-05-21T08:22:26.4412502-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "4ca57081-05ad-4496-9d99-43abaafbb625",
"CreateDate": "2026-05-21T08:22:26.4412502-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-21T08:22:26.4412502-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-05-21T08:22:26.4412502-07:00",
"MeasurementValueNeededDate": "2026-05-21T08:22:26.4412502-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "ad50bac2-d212-4e1d-87e6-6b42faaa3747",
"CreateDate": "2026-05-21T08:22:26.4412502-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-05-21T08:22:26.4412502-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "c885c3d3-a7dc-405c-84f5-656079f31bf0",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "1c6b47b3-648f-45f2-809c-739c539b81d1",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "faa63ac4-1117-4b25-87d0-52af4851f158",
"CreateDate": "2026-05-21T08:22:26.4412502-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-21T08:22:26.4412502-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-05-21T08:22:26.4412502-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "d22ddeaf-74a8-42b8-bdee-2ce4333a1b07",
"Section": {
"FormTypeSectionId": "1f9a26ff-3342-4891-a485-5b429b7d02ec",
"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": "b4ff6681-2534-41d1-950f-c3c238eb3f72",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "137d54a8-c2c5-4da9-a369-beb37c47d1bf",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "17c5bc3e-b7e0-418d-8fd7-cb6ec3a12b88",
"CreateDate": "2026-05-21T08:22:26.4412502-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-21T08:22:26.4412502-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "3fccd5f8-83b9-491e-9df5-b36d0746d55d",
"FieldId": "6b54cea0-c38c-4687-bf70-20e079a30105",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "3fccd5f8-83b9-491e-9df5-b36d0746d55d",
"FieldId": "6b54cea0-c38c-4687-bf70-20e079a30105",
"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": "d22ddeaf-74a8-42b8-bdee-2ce4333a1b07",
"Section": {
"FormTypeSectionId": "1f9a26ff-3342-4891-a485-5b429b7d02ec",
"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": "b4ff6681-2534-41d1-950f-c3c238eb3f72",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "137d54a8-c2c5-4da9-a369-beb37c47d1bf",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "17c5bc3e-b7e0-418d-8fd7-cb6ec3a12b88",
"CreateDate": "2026-05-21T08:22:26.4412502-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-21T08:22:26.4412502-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "3fccd5f8-83b9-491e-9df5-b36d0746d55d",
"FieldId": "6b54cea0-c38c-4687-bf70-20e079a30105",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "3fccd5f8-83b9-491e-9df5-b36d0746d55d",
"FieldId": "6b54cea0-c38c-4687-bf70-20e079a30105",
"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": "0f2e5382-6f03-4740-b771-02768796a0a1",
"CreateDate": "2026-05-21T08:22:26.4412502-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-21T08:22:26.4412502-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-05-21T08:22:26.4412502-07:00",
"LastValueDate": "2026-05-21T08:22:26.4412502-07:00",
"SourceSystemId": "sample string 1",
"CompanyId": "3f0eacda-b866-456b-8b5d-c68e29331bd3",
"CreateDate": "2026-05-21T08:22:26.4412502-07:00",
"CreateUser": "sample string 3",
"LastModifiedDate": "2026-05-21T08:22:26.4412502-07:00",
"LastModifiedUser": "sample string 4"
}
],
"Total": 1,
"Message": "sample string 1"
}