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": "5326ffd7-a0dc-4d08-b51f-02874355b2f5", "Asset": { "AssetId": "03a38786-e779-4cbc-be44-84eba3cec79d", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "89029a63-45aa-4867-ba95-9e61c5fdb300", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "bdd68809-4338-4d6f-b397-aa492baa3015", "CreateDate": "2025-06-22T22:57:39.0481367-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-22T22:57:39.0481367-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "9e3b444b-3233-4123-b596-1cf3a3431c0c", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-06-22T22:57:39.0481367-07:00", "MeasurementValueNeededDate": "2025-06-22T22:57:39.0481367-07:00", "SourceSystemId": "sample string 3", "CompanyId": "e885a5e4-0d89-4db4-935d-2b71d738bebc", "CreateDate": "2025-06-22T22:57:39.0481367-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-06-22T22:57:39.0481367-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-06-22T22:57:39.0481367-07:00", "MeasurementValueNeededDate": "2025-06-22T22:57:39.0481367-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "3079ae66-8e54-4e26-90c6-2882516300e0", "CreateDate": "2025-06-22T22:57:39.0481367-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-06-22T22:57:39.0481367-07:00", "LastModifiedUser": "sample string 8" }, "MeasurementType": { "MeasurementTypeId": "a0936a47-ae10-4144-b753-1a6cd0a3c1a3", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "89029a63-45aa-4867-ba95-9e61c5fdb300", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "bdd68809-4338-4d6f-b397-aa492baa3015", "CreateDate": "2025-06-22T22:57:39.0481367-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-22T22:57:39.0481367-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "6a6aec1a-7834-44cb-9f7d-2e7b0985cc4a", "Name": "sample string 1" }, "Unit": { "UnitId": "b70db6fd-785a-4c19-960a-ba56d8fcf880", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "abf0c5f0-b201-406e-89b2-6ef174c92d5b", "CreateDate": "2025-06-22T22:57:39.0481367-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-06-22T22:57:39.0481367-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-06-22T22:57:39.0481367-07:00", "IsAccumulator": true, "SourceSystemId": "sample string 5", "CompanyId": "8d35615f-db9f-41c8-a1f1-179b4e761679", "CreateDate": "2025-06-22T22:57:39.0481367-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-06-22T22:57:39.0481367-07:00", "LastModifiedUser": "sample string 8" }, "Label": "sample string 1", "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "FrequencyNeeded": 1, "ValueNeededDate": "2025-06-22T22:57:39.0481367-07:00", "LastValueDate": "2025-06-22T22:57:39.0481367-07:00", "SourceSystemId": "sample string 2", "CompanyId": "a89961d3-d3a5-40b8-bbf7-3f25f5b7a802", "CreateDate": "2025-06-22T22:57:39.0481367-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-06-22T22:57:39.0481367-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }