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

NameDescriptionTypeAdditional 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.

NameDescriptionTypeAdditional information
Data

Collection of AssetFormType

None.

Total

integer

None.

Message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Data": [
    {
      "AssetFormTypeId": "f3db64ac-d737-4fd7-b5c1-c324c67db7ea",
      "Asset": {
        "AssetId": "dfe01f12-31c8-4632-a421-c0eb10b3ef03",
        "Name": "sample string 1",
        "Description": "sample string 2",
        "DisplayOrder": 1,
        "AssetType": {
          "AssetTypeId": "998b9590-3bd4-4830-946c-2933dd791dda",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "DisplayColor": "sample string 3",
          "SourceSystemId": "sample string 4",
          "CompanyId": "df36a6d1-9d58-499d-ad6e-c44f7281c059",
          "CreateDate": "2025-12-14T10:12:46.204094-08:00",
          "CreateUser": "sample string 6",
          "LastModifiedDate": "2025-12-14T10:12:46.204094-08:00",
          "LastModifiedUser": "sample string 7"
        },
        "AssetGroup": {
          "AssetGroupId": "54f52940-f04c-4eb0-a46c-8446359134af",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "ParentGroup": null,
          "DisplayOrder": 1,
          "FormValueNeededDate": "2025-12-14T10:12:46.204094-08:00",
          "MeasurementValueNeededDate": "2025-12-14T10:12:46.204094-08:00",
          "SourceSystemId": "sample string 3",
          "CompanyId": "ae6118e8-300e-4cfa-87e3-3e391ae59b00",
          "CreateDate": "2025-12-14T10:12:46.204094-08:00",
          "CreateUser": "sample string 5",
          "LastModifiedDate": "2025-12-14T10:12:46.204094-08:00",
          "LastModifiedUser": "sample string 6"
        },
        "ParentAsset": null,
        "Location": "sample string 3",
        "Barcode": {
          "Format": 0,
          "Code": "sample string 1"
        },
        "FormValueNeededDate": "2025-12-14T10:12:46.204094-08:00",
        "MeasurementValueNeededDate": "2025-12-14T10:12:46.204094-08:00",
        "HasChildren": true,
        "SourceSystemId": "sample string 5",
        "CompanyId": "a9cd3519-c52b-47df-bc9b-2a4c3dc09af0",
        "CreateDate": "2025-12-14T10:12:46.204094-08:00",
        "CreateUser": "sample string 7",
        "LastModifiedDate": "2025-12-14T10:12:46.204094-08:00",
        "LastModifiedUser": "sample string 8"
      },
      "FormType": {
        "FormTypeId": "1b75a2ba-5e0a-42b9-9e32-18cef8503641",
        "Name": "sample string 1",
        "Description": "sample string 2",
        "AssetType": {
          "AssetTypeId": "998b9590-3bd4-4830-946c-2933dd791dda",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "DisplayColor": "sample string 3",
          "SourceSystemId": "sample string 4",
          "CompanyId": "df36a6d1-9d58-499d-ad6e-c44f7281c059",
          "CreateDate": "2025-12-14T10:12:46.204094-08:00",
          "CreateUser": "sample string 6",
          "LastModifiedDate": "2025-12-14T10:12:46.204094-08:00",
          "LastModifiedUser": "sample string 7"
        },
        "FrequencyNeeded": 1,
        "ValueNeededDate": "2025-12-14T10:12:46.204094-08:00",
        "Active": true,
        "Fields": [
          {
            "FormTypeFieldId": "6a018f53-e130-4259-8f40-a4661a3c5a5e",
            "Section": {
              "FormTypeSectionId": "a1d66669-f171-4e76-b698-be631b895d71",
              "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": "bd737a6a-93ed-43a9-8f56-d0255eea733e",
              "Name": "sample string 1"
            },
            "Unit": {
              "UnitId": "ca92e0d1-1952-473e-8fe6-f4537dbc9713",
              "Code": "sample string 1",
              "Description": "sample string 2",
              "SourceSystemId": "sample string 3",
              "CompanyId": "f40c1662-5f8b-4b34-bfb2-28f6c6effad3",
              "CreateDate": "2025-12-14T10:12:46.204094-08:00",
              "CreateUser": "sample string 5",
              "LastModifiedDate": "2025-12-14T10:12:46.204094-08:00",
              "LastModifiedUser": "sample string 6"
            },
            "DisplayOrder": 1,
            "MinValue": 1.0,
            "MaxValue": 1.0,
            "MinLength": 1,
            "MaxLength": 1,
            "HasValidValues": true,
            "ValidValues": [
              {
                "ValidValueId": "b374d2a2-27a1-44b6-b18a-53d1325a5130",
                "FieldId": "06f3e080-b594-43d2-bec6-51175819f60b",
                "FieldName": "sample string 1",
                "FieldLabel": "sample string 2",
                "ValueText": "sample string 3",
                "LabelText": "sample string 4"
              },
              {
                "ValidValueId": "b374d2a2-27a1-44b6-b18a-53d1325a5130",
                "FieldId": "06f3e080-b594-43d2-bec6-51175819f60b",
                "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": "6a018f53-e130-4259-8f40-a4661a3c5a5e",
            "Section": {
              "FormTypeSectionId": "a1d66669-f171-4e76-b698-be631b895d71",
              "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": "bd737a6a-93ed-43a9-8f56-d0255eea733e",
              "Name": "sample string 1"
            },
            "Unit": {
              "UnitId": "ca92e0d1-1952-473e-8fe6-f4537dbc9713",
              "Code": "sample string 1",
              "Description": "sample string 2",
              "SourceSystemId": "sample string 3",
              "CompanyId": "f40c1662-5f8b-4b34-bfb2-28f6c6effad3",
              "CreateDate": "2025-12-14T10:12:46.204094-08:00",
              "CreateUser": "sample string 5",
              "LastModifiedDate": "2025-12-14T10:12:46.204094-08:00",
              "LastModifiedUser": "sample string 6"
            },
            "DisplayOrder": 1,
            "MinValue": 1.0,
            "MaxValue": 1.0,
            "MinLength": 1,
            "MaxLength": 1,
            "HasValidValues": true,
            "ValidValues": [
              {
                "ValidValueId": "b374d2a2-27a1-44b6-b18a-53d1325a5130",
                "FieldId": "06f3e080-b594-43d2-bec6-51175819f60b",
                "FieldName": "sample string 1",
                "FieldLabel": "sample string 2",
                "ValueText": "sample string 3",
                "LabelText": "sample string 4"
              },
              {
                "ValidValueId": "b374d2a2-27a1-44b6-b18a-53d1325a5130",
                "FieldId": "06f3e080-b594-43d2-bec6-51175819f60b",
                "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": "145efaf4-78f0-4f51-bba2-3680052bc608",
        "CreateDate": "2025-12-14T10:12:46.204094-08:00",
        "CreateUser": "sample string 6",
        "LastModifiedDate": "2025-12-14T10:12:46.204094-08:00",
        "LastModifiedUser": "sample string 7"
      },
      "FrequencyNeeded": 1,
      "ValueNeededDate": "2025-12-14T10:12:46.204094-08:00",
      "LastValueDate": "2025-12-14T10:12:46.204094-08:00",
      "SourceSystemId": "sample string 1",
      "CompanyId": "c4f9ff5f-52f2-4a99-a604-28a93ed2b6d5",
      "CreateDate": "2025-12-14T10:12:46.204094-08:00",
      "CreateUser": "sample string 3",
      "LastModifiedDate": "2025-12-14T10:12:46.204094-08:00",
      "LastModifiedUser": "sample string 4"
    },
    {
      "AssetFormTypeId": "f3db64ac-d737-4fd7-b5c1-c324c67db7ea",
      "Asset": {
        "AssetId": "dfe01f12-31c8-4632-a421-c0eb10b3ef03",
        "Name": "sample string 1",
        "Description": "sample string 2",
        "DisplayOrder": 1,
        "AssetType": {
          "AssetTypeId": "998b9590-3bd4-4830-946c-2933dd791dda",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "DisplayColor": "sample string 3",
          "SourceSystemId": "sample string 4",
          "CompanyId": "df36a6d1-9d58-499d-ad6e-c44f7281c059",
          "CreateDate": "2025-12-14T10:12:46.204094-08:00",
          "CreateUser": "sample string 6",
          "LastModifiedDate": "2025-12-14T10:12:46.204094-08:00",
          "LastModifiedUser": "sample string 7"
        },
        "AssetGroup": {
          "AssetGroupId": "54f52940-f04c-4eb0-a46c-8446359134af",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "ParentGroup": null,
          "DisplayOrder": 1,
          "FormValueNeededDate": "2025-12-14T10:12:46.204094-08:00",
          "MeasurementValueNeededDate": "2025-12-14T10:12:46.204094-08:00",
          "SourceSystemId": "sample string 3",
          "CompanyId": "ae6118e8-300e-4cfa-87e3-3e391ae59b00",
          "CreateDate": "2025-12-14T10:12:46.204094-08:00",
          "CreateUser": "sample string 5",
          "LastModifiedDate": "2025-12-14T10:12:46.204094-08:00",
          "LastModifiedUser": "sample string 6"
        },
        "ParentAsset": null,
        "Location": "sample string 3",
        "Barcode": {
          "Format": 0,
          "Code": "sample string 1"
        },
        "FormValueNeededDate": "2025-12-14T10:12:46.204094-08:00",
        "MeasurementValueNeededDate": "2025-12-14T10:12:46.204094-08:00",
        "HasChildren": true,
        "SourceSystemId": "sample string 5",
        "CompanyId": "a9cd3519-c52b-47df-bc9b-2a4c3dc09af0",
        "CreateDate": "2025-12-14T10:12:46.204094-08:00",
        "CreateUser": "sample string 7",
        "LastModifiedDate": "2025-12-14T10:12:46.204094-08:00",
        "LastModifiedUser": "sample string 8"
      },
      "FormType": {
        "FormTypeId": "1b75a2ba-5e0a-42b9-9e32-18cef8503641",
        "Name": "sample string 1",
        "Description": "sample string 2",
        "AssetType": {
          "AssetTypeId": "998b9590-3bd4-4830-946c-2933dd791dda",
          "Name": "sample string 1",
          "Description": "sample string 2",
          "DisplayColor": "sample string 3",
          "SourceSystemId": "sample string 4",
          "CompanyId": "df36a6d1-9d58-499d-ad6e-c44f7281c059",
          "CreateDate": "2025-12-14T10:12:46.204094-08:00",
          "CreateUser": "sample string 6",
          "LastModifiedDate": "2025-12-14T10:12:46.204094-08:00",
          "LastModifiedUser": "sample string 7"
        },
        "FrequencyNeeded": 1,
        "ValueNeededDate": "2025-12-14T10:12:46.204094-08:00",
        "Active": true,
        "Fields": [
          {
            "FormTypeFieldId": "6a018f53-e130-4259-8f40-a4661a3c5a5e",
            "Section": {
              "FormTypeSectionId": "a1d66669-f171-4e76-b698-be631b895d71",
              "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": "bd737a6a-93ed-43a9-8f56-d0255eea733e",
              "Name": "sample string 1"
            },
            "Unit": {
              "UnitId": "ca92e0d1-1952-473e-8fe6-f4537dbc9713",
              "Code": "sample string 1",
              "Description": "sample string 2",
              "SourceSystemId": "sample string 3",
              "CompanyId": "f40c1662-5f8b-4b34-bfb2-28f6c6effad3",
              "CreateDate": "2025-12-14T10:12:46.204094-08:00",
              "CreateUser": "sample string 5",
              "LastModifiedDate": "2025-12-14T10:12:46.204094-08:00",
              "LastModifiedUser": "sample string 6"
            },
            "DisplayOrder": 1,
            "MinValue": 1.0,
            "MaxValue": 1.0,
            "MinLength": 1,
            "MaxLength": 1,
            "HasValidValues": true,
            "ValidValues": [
              {
                "ValidValueId": "b374d2a2-27a1-44b6-b18a-53d1325a5130",
                "FieldId": "06f3e080-b594-43d2-bec6-51175819f60b",
                "FieldName": "sample string 1",
                "FieldLabel": "sample string 2",
                "ValueText": "sample string 3",
                "LabelText": "sample string 4"
              },
              {
                "ValidValueId": "b374d2a2-27a1-44b6-b18a-53d1325a5130",
                "FieldId": "06f3e080-b594-43d2-bec6-51175819f60b",
                "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": "6a018f53-e130-4259-8f40-a4661a3c5a5e",
            "Section": {
              "FormTypeSectionId": "a1d66669-f171-4e76-b698-be631b895d71",
              "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": "bd737a6a-93ed-43a9-8f56-d0255eea733e",
              "Name": "sample string 1"
            },
            "Unit": {
              "UnitId": "ca92e0d1-1952-473e-8fe6-f4537dbc9713",
              "Code": "sample string 1",
              "Description": "sample string 2",
              "SourceSystemId": "sample string 3",
              "CompanyId": "f40c1662-5f8b-4b34-bfb2-28f6c6effad3",
              "CreateDate": "2025-12-14T10:12:46.204094-08:00",
              "CreateUser": "sample string 5",
              "LastModifiedDate": "2025-12-14T10:12:46.204094-08:00",
              "LastModifiedUser": "sample string 6"
            },
            "DisplayOrder": 1,
            "MinValue": 1.0,
            "MaxValue": 1.0,
            "MinLength": 1,
            "MaxLength": 1,
            "HasValidValues": true,
            "ValidValues": [
              {
                "ValidValueId": "b374d2a2-27a1-44b6-b18a-53d1325a5130",
                "FieldId": "06f3e080-b594-43d2-bec6-51175819f60b",
                "FieldName": "sample string 1",
                "FieldLabel": "sample string 2",
                "ValueText": "sample string 3",
                "LabelText": "sample string 4"
              },
              {
                "ValidValueId": "b374d2a2-27a1-44b6-b18a-53d1325a5130",
                "FieldId": "06f3e080-b594-43d2-bec6-51175819f60b",
                "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": "145efaf4-78f0-4f51-bba2-3680052bc608",
        "CreateDate": "2025-12-14T10:12:46.204094-08:00",
        "CreateUser": "sample string 6",
        "LastModifiedDate": "2025-12-14T10:12:46.204094-08:00",
        "LastModifiedUser": "sample string 7"
      },
      "FrequencyNeeded": 1,
      "ValueNeededDate": "2025-12-14T10:12:46.204094-08:00",
      "LastValueDate": "2025-12-14T10:12:46.204094-08:00",
      "SourceSystemId": "sample string 1",
      "CompanyId": "c4f9ff5f-52f2-4a99-a604-28a93ed2b6d5",
      "CreateDate": "2025-12-14T10:12:46.204094-08:00",
      "CreateUser": "sample string 3",
      "LastModifiedDate": "2025-12-14T10:12:46.204094-08:00",
      "LastModifiedUser": "sample string 4"
    }
  ],
  "Total": 1,
  "Message": "sample string 1"
}