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": "93849d20-4ccf-42b9-99f0-a5a3a057e517",
"Asset": {
"AssetId": "97ef17b0-d14b-44b2-8183-31534d73d08c",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "a7313895-4ec7-40c8-a094-c371c493a148",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "ef1fdcc2-8c56-4e81-b900-b6a5ad574d6f",
"CreateDate": "2026-03-03T21:12:05.6945129-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-03T21:12:05.6945129-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "31f57cfc-6684-4b9b-ac15-3b67d61a903c",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-03-03T21:12:05.6945129-08:00",
"MeasurementValueNeededDate": "2026-03-03T21:12:05.6945129-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "f42e8ce8-d4ce-4cc3-9b20-610e18a4f326",
"CreateDate": "2026-03-03T21:12:05.6945129-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-03T21:12:05.6945129-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-03-03T21:12:05.6945129-08:00",
"MeasurementValueNeededDate": "2026-03-03T21:12:05.6945129-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "d1126ce3-0b9d-4ef0-8981-39734e7021c5",
"CreateDate": "2026-03-03T21:12:05.6945129-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-03-03T21:12:05.6945129-08:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "9631a5b3-fce9-4dd5-b6df-e26966cdf9b6",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "a7313895-4ec7-40c8-a094-c371c493a148",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "ef1fdcc2-8c56-4e81-b900-b6a5ad574d6f",
"CreateDate": "2026-03-03T21:12:05.6945129-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-03T21:12:05.6945129-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-03-03T21:12:05.6945129-08:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "bc55f9a7-528d-4673-99eb-54201061aec0",
"Section": {
"FormTypeSectionId": "603b31dd-67ee-4c9b-b72e-250b1e984d68",
"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": "1afc7f47-4a4c-470e-9dac-07f1fba3127a",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "955a84a8-50e1-4324-bc2b-7875ccb22c63",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "18f00f2e-d97f-4409-8459-7502607be1b5",
"CreateDate": "2026-03-03T21:12:05.6945129-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-03T21:12:05.6945129-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "f09f638f-46c2-435c-8929-c1d16cec5593",
"FieldId": "d2d95e08-bc1d-4df7-a235-90cdae09abad",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "f09f638f-46c2-435c-8929-c1d16cec5593",
"FieldId": "d2d95e08-bc1d-4df7-a235-90cdae09abad",
"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": "bc55f9a7-528d-4673-99eb-54201061aec0",
"Section": {
"FormTypeSectionId": "603b31dd-67ee-4c9b-b72e-250b1e984d68",
"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": "1afc7f47-4a4c-470e-9dac-07f1fba3127a",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "955a84a8-50e1-4324-bc2b-7875ccb22c63",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "18f00f2e-d97f-4409-8459-7502607be1b5",
"CreateDate": "2026-03-03T21:12:05.6945129-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-03T21:12:05.6945129-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "f09f638f-46c2-435c-8929-c1d16cec5593",
"FieldId": "d2d95e08-bc1d-4df7-a235-90cdae09abad",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "f09f638f-46c2-435c-8929-c1d16cec5593",
"FieldId": "d2d95e08-bc1d-4df7-a235-90cdae09abad",
"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": "f8666208-b9fd-401b-8795-c0ebcec86061",
"CreateDate": "2026-03-03T21:12:05.710091-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-03T21:12:05.710091-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-03-03T21:12:05.710091-08:00",
"LastValueDate": "2026-03-03T21:12:05.710091-08:00",
"SourceSystemId": "sample string 1",
"CompanyId": "3a0b2441-7ff7-4b3d-b2d2-87338f79e7e2",
"CreateDate": "2026-03-03T21:12:05.710091-08:00",
"CreateUser": "sample string 3",
"LastModifiedDate": "2026-03-03T21:12:05.710091-08:00",
"LastModifiedUser": "sample string 4"
},
{
"AssetFormTypeId": "93849d20-4ccf-42b9-99f0-a5a3a057e517",
"Asset": {
"AssetId": "97ef17b0-d14b-44b2-8183-31534d73d08c",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "a7313895-4ec7-40c8-a094-c371c493a148",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "ef1fdcc2-8c56-4e81-b900-b6a5ad574d6f",
"CreateDate": "2026-03-03T21:12:05.6945129-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-03T21:12:05.6945129-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "31f57cfc-6684-4b9b-ac15-3b67d61a903c",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-03-03T21:12:05.6945129-08:00",
"MeasurementValueNeededDate": "2026-03-03T21:12:05.6945129-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "f42e8ce8-d4ce-4cc3-9b20-610e18a4f326",
"CreateDate": "2026-03-03T21:12:05.6945129-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-03T21:12:05.6945129-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-03-03T21:12:05.6945129-08:00",
"MeasurementValueNeededDate": "2026-03-03T21:12:05.6945129-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "d1126ce3-0b9d-4ef0-8981-39734e7021c5",
"CreateDate": "2026-03-03T21:12:05.6945129-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-03-03T21:12:05.6945129-08:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "9631a5b3-fce9-4dd5-b6df-e26966cdf9b6",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "a7313895-4ec7-40c8-a094-c371c493a148",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "ef1fdcc2-8c56-4e81-b900-b6a5ad574d6f",
"CreateDate": "2026-03-03T21:12:05.6945129-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-03T21:12:05.6945129-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-03-03T21:12:05.6945129-08:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "bc55f9a7-528d-4673-99eb-54201061aec0",
"Section": {
"FormTypeSectionId": "603b31dd-67ee-4c9b-b72e-250b1e984d68",
"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": "1afc7f47-4a4c-470e-9dac-07f1fba3127a",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "955a84a8-50e1-4324-bc2b-7875ccb22c63",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "18f00f2e-d97f-4409-8459-7502607be1b5",
"CreateDate": "2026-03-03T21:12:05.6945129-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-03T21:12:05.6945129-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "f09f638f-46c2-435c-8929-c1d16cec5593",
"FieldId": "d2d95e08-bc1d-4df7-a235-90cdae09abad",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "f09f638f-46c2-435c-8929-c1d16cec5593",
"FieldId": "d2d95e08-bc1d-4df7-a235-90cdae09abad",
"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": "bc55f9a7-528d-4673-99eb-54201061aec0",
"Section": {
"FormTypeSectionId": "603b31dd-67ee-4c9b-b72e-250b1e984d68",
"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": "1afc7f47-4a4c-470e-9dac-07f1fba3127a",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "955a84a8-50e1-4324-bc2b-7875ccb22c63",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "18f00f2e-d97f-4409-8459-7502607be1b5",
"CreateDate": "2026-03-03T21:12:05.6945129-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-03T21:12:05.6945129-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "f09f638f-46c2-435c-8929-c1d16cec5593",
"FieldId": "d2d95e08-bc1d-4df7-a235-90cdae09abad",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "f09f638f-46c2-435c-8929-c1d16cec5593",
"FieldId": "d2d95e08-bc1d-4df7-a235-90cdae09abad",
"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": "f8666208-b9fd-401b-8795-c0ebcec86061",
"CreateDate": "2026-03-03T21:12:05.710091-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-03T21:12:05.710091-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-03-03T21:12:05.710091-08:00",
"LastValueDate": "2026-03-03T21:12:05.710091-08:00",
"SourceSystemId": "sample string 1",
"CompanyId": "3a0b2441-7ff7-4b3d-b2d2-87338f79e7e2",
"CreateDate": "2026-03-03T21:12:05.710091-08:00",
"CreateUser": "sample string 3",
"LastModifiedDate": "2026-03-03T21:12:05.710091-08:00",
"LastModifiedUser": "sample string 4"
}
],
"Total": 1,
"Message": "sample string 1"
}