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": "1a3ba701-a508-4811-829e-4b17aeae59d0", "Asset": { "AssetId": "23f57b6f-d959-4cdf-8ed3-2a7a2f2725b9", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "63e459cb-d385-46af-a4db-ece4bde723f5", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "fc0efe4a-c39f-4458-b3f5-989db60f13ea", "CreateDate": "2025-05-09T00:19:18.0634413-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-05-09T00:19:18.0634413-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "3c570f83-6285-4dfb-ad06-9ce429bb607b", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-05-09T00:19:18.0634413-07:00", "MeasurementValueNeededDate": "2025-05-09T00:19:18.0634413-07:00", "SourceSystemId": "sample string 3", "CompanyId": "fec284b3-7520-4493-9bf6-3b4d7b30f38f", "CreateDate": "2025-05-09T00:19:18.0634413-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-05-09T00:19:18.0634413-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-05-09T00:19:18.0634413-07:00", "MeasurementValueNeededDate": "2025-05-09T00:19:18.0634413-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "368c4a8f-9652-4720-980e-e3af10b6d662", "CreateDate": "2025-05-09T00:19:18.0634413-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-05-09T00:19:18.0634413-07:00", "LastModifiedUser": "sample string 8" }, "MeasurementType": { "MeasurementTypeId": "38536edc-c4d9-494d-ad15-1cec3a48c135", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "63e459cb-d385-46af-a4db-ece4bde723f5", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "fc0efe4a-c39f-4458-b3f5-989db60f13ea", "CreateDate": "2025-05-09T00:19:18.0634413-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-05-09T00:19:18.0634413-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "5a1896c8-008a-41bf-8895-34223d679e4a", "Name": "sample string 1" }, "Unit": { "UnitId": "2997202b-decc-420f-9f1e-9122270eddce", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "262e593e-ea93-49d7-b8be-0fa61947db37", "CreateDate": "2025-05-09T00:19:18.0634413-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-05-09T00:19:18.0634413-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-05-09T00:19:18.0634413-07:00", "IsAccumulator": true, "SourceSystemId": "sample string 5", "CompanyId": "f91fc8de-a611-44f3-8962-7369e7b09a8f", "CreateDate": "2025-05-09T00:19:18.0634413-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-05-09T00:19:18.0634413-07:00", "LastModifiedUser": "sample string 8" }, "Label": "sample string 1", "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "FrequencyNeeded": 1, "ValueNeededDate": "2025-05-09T00:19:18.0634413-07:00", "LastValueDate": "2025-05-09T00:19:18.0634413-07:00", "SourceSystemId": "sample string 2", "CompanyId": "f4d028b9-ef3a-4107-bffd-11594971d613", "CreateDate": "2025-05-09T00:19:18.0634413-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-05-09T00:19:18.0634413-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }