GET AssetMeasurementTypes?assetMeasurementTypeId={assetMeasurementTypeId}
Retrieves an asset measurement type by its Id.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
assetMeasurementTypeId |
Id of the asset measurement type |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
On success, the asset measurement type.
Name | Description | Type | Additional information |
---|---|---|---|
Data | AssetMeasurementType |
None. |
|
Total | integer |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Data": { "AssetMeasurementTypeId": "4e4ba0fb-78d9-4bd1-9887-f274392d449e", "Asset": { "AssetId": "051f760f-bdef-4c1d-ae75-85c56a745060", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "bfc48d28-ab46-4c62-8ed2-9a55b9a98d8c", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "ef7e143d-8cb9-4567-a4e2-a316dcb37a47", "CreateDate": "2025-07-05T16:01:00.1071165-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-07-05T16:01:00.1071165-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "bb7063a4-f99e-4d77-99df-868e0e9c69fd", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-07-05T16:01:00.1071165-07:00", "MeasurementValueNeededDate": "2025-07-05T16:01:00.1071165-07:00", "SourceSystemId": "sample string 3", "CompanyId": "d1b540ab-8741-409f-adc3-9c6850898126", "CreateDate": "2025-07-05T16:01:00.1071165-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-07-05T16:01:00.1071165-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-07-05T16:01:00.1071165-07:00", "MeasurementValueNeededDate": "2025-07-05T16:01:00.1071165-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "4638aafb-3e17-4ca7-b8bd-6d198ca0ce70", "CreateDate": "2025-07-05T16:01:00.1071165-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-07-05T16:01:00.1071165-07:00", "LastModifiedUser": "sample string 8" }, "MeasurementType": { "MeasurementTypeId": "f9cd5bc1-17cf-400c-99f3-8a0e4746cc07", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "bfc48d28-ab46-4c62-8ed2-9a55b9a98d8c", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "ef7e143d-8cb9-4567-a4e2-a316dcb37a47", "CreateDate": "2025-07-05T16:01:00.1071165-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-07-05T16:01:00.1071165-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "fecea82c-86db-4efd-8561-df300825b0aa", "Name": "sample string 1" }, "Unit": { "UnitId": "ba32a8f3-f87f-4293-a055-a7b11ad7bec2", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "c5fe47e4-bea0-4226-982d-6a0f0e051679", "CreateDate": "2025-07-05T16:01:00.1071165-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-07-05T16:01:00.1071165-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ "sample string 1", "sample string 2" ], "FrequencyNeeded": 1, "ValueNeededDate": "2025-07-05T16:01:00.1071165-07:00", "IsAccumulator": true, "SourceSystemId": "sample string 5", "CompanyId": "2ceeed18-1afe-440f-8030-aa30301ea9b6", "CreateDate": "2025-07-05T16:01:00.1071165-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-07-05T16:01:00.1071165-07:00", "LastModifiedUser": "sample string 8" }, "Label": "sample string 1", "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "FrequencyNeeded": 1, "ValueNeededDate": "2025-07-05T16:01:00.1071165-07:00", "LastValueDate": "2025-07-05T16:01:00.1071165-07:00", "SourceSystemId": "sample string 2", "CompanyId": "5b6b3e67-db4c-455b-bc8d-2e6e0b8a267e", "CreateDate": "2025-07-05T16:01:00.1071165-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-07-05T16:01:00.1071165-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }