GET AssetFormTypes?assetFormTypeId={assetFormTypeId}

Retrieves an asset form type by its Id.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
assetFormTypeId

Id of the asset form type

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

On success, the asset form type.

NameDescriptionTypeAdditional information
Data

AssetFormType

None.

Total

integer

None.

Message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Data": {
    "AssetFormTypeId": "260e2cd2-420a-40df-9f94-e8011dda583a",
    "Asset": {
      "AssetId": "a966860c-caf4-429c-85d3-c90ceff6055e",
      "Name": "sample string 1",
      "Description": "sample string 2",
      "DisplayOrder": 1,
      "AssetType": {
        "AssetTypeId": "46861449-6a2c-447c-93bd-9665a3624326",
        "Name": "sample string 1",
        "Description": "sample string 2",
        "DisplayColor": "sample string 3",
        "SourceSystemId": "sample string 4",
        "CompanyId": "7ff4eb51-1b79-43ee-be4b-fdf1021dbef3",
        "CreateDate": "2024-03-29T00:03:53.7317945-07:00",
        "CreateUser": "sample string 6",
        "LastModifiedDate": "2024-03-29T00:03:53.7317945-07:00",
        "LastModifiedUser": "sample string 7"
      },
      "AssetGroup": {
        "AssetGroupId": "7f999090-1b89-49b9-839e-2010564cde73",
        "Name": "sample string 1",
        "Description": "sample string 2",
        "ParentGroup": null,
        "DisplayOrder": 1,
        "FormValueNeededDate": "2024-03-29T00:03:53.7317945-07:00",
        "MeasurementValueNeededDate": "2024-03-29T00:03:53.7317945-07:00",
        "SourceSystemId": "sample string 3",
        "CompanyId": "9bc96765-8324-44b3-853f-3e305c839235",
        "CreateDate": "2024-03-29T00:03:53.7317945-07:00",
        "CreateUser": "sample string 5",
        "LastModifiedDate": "2024-03-29T00:03:53.7317945-07:00",
        "LastModifiedUser": "sample string 6"
      },
      "ParentAsset": null,
      "Location": "sample string 3",
      "Barcode": {
        "Format": 0,
        "Code": "sample string 1"
      },
      "FormValueNeededDate": "2024-03-29T00:03:53.7317945-07:00",
      "MeasurementValueNeededDate": "2024-03-29T00:03:53.7317945-07:00",
      "HasChildren": true,
      "SourceSystemId": "sample string 5",
      "CompanyId": "97ca2cae-7dbd-41d3-b103-73f3fe172d09",
      "CreateDate": "2024-03-29T00:03:53.7317945-07:00",
      "CreateUser": "sample string 7",
      "LastModifiedDate": "2024-03-29T00:03:53.7317945-07:00",
      "LastModifiedUser": "sample string 8"
    },
    "FormType": {
      "FormTypeId": "05ba888c-f5eb-44a9-8964-6cdaffee3721",
      "Name": "sample string 1",
      "Description": "sample string 2",
      "AssetType": {
        "AssetTypeId": "46861449-6a2c-447c-93bd-9665a3624326",
        "Name": "sample string 1",
        "Description": "sample string 2",
        "DisplayColor": "sample string 3",
        "SourceSystemId": "sample string 4",
        "CompanyId": "7ff4eb51-1b79-43ee-be4b-fdf1021dbef3",
        "CreateDate": "2024-03-29T00:03:53.7317945-07:00",
        "CreateUser": "sample string 6",
        "LastModifiedDate": "2024-03-29T00:03:53.7317945-07:00",
        "LastModifiedUser": "sample string 7"
      },
      "FrequencyNeeded": 1,
      "ValueNeededDate": "2024-03-29T00:03:53.7317945-07:00",
      "Fields": [
        {
          "FormTypeFieldId": "375caa6e-288e-4a75-9f4d-9be2315e5740",
          "Section": {
            "FormTypeSectionId": "053dda8c-9d45-4edf-9ec0-f0cd7f71022a",
            "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": "51c8bbed-75cf-42ef-a8ad-62fa8ba28070",
            "Name": "sample string 1"
          },
          "Unit": {
            "UnitId": "4e89627d-dfde-4660-b197-1a0f2d6636c4",
            "Code": "sample string 1",
            "Description": "sample string 2",
            "SourceSystemId": "sample string 3",
            "CompanyId": "d7a5ee8e-c4d0-4d59-b02e-4c479e315fc6",
            "CreateDate": "2024-03-29T00:03:53.7317945-07:00",
            "CreateUser": "sample string 5",
            "LastModifiedDate": "2024-03-29T00:03:53.7317945-07:00",
            "LastModifiedUser": "sample string 6"
          },
          "DisplayOrder": 1,
          "MinValue": 1.0,
          "MaxValue": 1.0,
          "MinLength": 1,
          "MaxLength": 1,
          "HasValidValues": true,
          "ValidValues": [
            "sample string 1",
            "sample string 2"
          ],
          "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": "375caa6e-288e-4a75-9f4d-9be2315e5740",
          "Section": {
            "FormTypeSectionId": "053dda8c-9d45-4edf-9ec0-f0cd7f71022a",
            "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": "51c8bbed-75cf-42ef-a8ad-62fa8ba28070",
            "Name": "sample string 1"
          },
          "Unit": {
            "UnitId": "4e89627d-dfde-4660-b197-1a0f2d6636c4",
            "Code": "sample string 1",
            "Description": "sample string 2",
            "SourceSystemId": "sample string 3",
            "CompanyId": "d7a5ee8e-c4d0-4d59-b02e-4c479e315fc6",
            "CreateDate": "2024-03-29T00:03:53.7317945-07:00",
            "CreateUser": "sample string 5",
            "LastModifiedDate": "2024-03-29T00:03:53.7317945-07:00",
            "LastModifiedUser": "sample string 6"
          },
          "DisplayOrder": 1,
          "MinValue": 1.0,
          "MaxValue": 1.0,
          "MinLength": 1,
          "MaxLength": 1,
          "HasValidValues": true,
          "ValidValues": [
            "sample string 1",
            "sample string 2"
          ],
          "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 3",
      "CompanyId": "41b4caa2-0012-4c80-b38f-14b0838e5868",
      "CreateDate": "2024-03-29T00:03:53.7317945-07:00",
      "CreateUser": "sample string 5",
      "LastModifiedDate": "2024-03-29T00:03:53.7317945-07:00",
      "LastModifiedUser": "sample string 6"
    },
    "FrequencyNeeded": 1,
    "ValueNeededDate": "2024-03-29T00:03:53.7317945-07:00",
    "LastValueDate": "2024-03-29T00:03:53.7317945-07:00",
    "SourceSystemId": "sample string 1",
    "CompanyId": "9edac47f-0916-4240-9e93-b3e971ecba80",
    "CreateDate": "2024-03-29T00:03:53.7317945-07:00",
    "CreateUser": "sample string 3",
    "LastModifiedDate": "2024-03-29T00:03:53.7317945-07:00",
    "LastModifiedUser": "sample string 4"
  },
  "Total": 1,
  "Message": "sample string 1"
}