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": "84e66558-d11f-496c-9e29-63e0cf4e2cd9", "Asset": { "AssetId": "20853771-1c0e-42a9-8531-45279df3f8df", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "a11a6ba0-d87a-4688-a408-8bad07fda956", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "217d4c5e-e4dd-48d2-bb9c-ffbca224b31d", "CreateDate": "2025-06-27T01:47:16.0487644-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-27T01:47:16.0487644-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "d78022b6-28c2-46fa-b3f2-b977e1ea66ab", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-06-27T01:47:16.0487644-07:00", "MeasurementValueNeededDate": "2025-06-27T01:47:16.0487644-07:00", "SourceSystemId": "sample string 3", "CompanyId": "f9ca2e23-1715-4a96-bed0-1b2db573bcdc", "CreateDate": "2025-06-27T01:47:16.0487644-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-06-27T01:47:16.0487644-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-06-27T01:47:16.0487644-07:00", "MeasurementValueNeededDate": "2025-06-27T01:47:16.0487644-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "ca5f9009-b9cf-4684-8d28-7cca94283ca0", "CreateDate": "2025-06-27T01:47:16.0487644-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-06-27T01:47:16.0487644-07:00", "LastModifiedUser": "sample string 8" }, "MeasurementType": { "MeasurementTypeId": "960c4f5d-da3c-4ab8-8f43-095219c31965", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "a11a6ba0-d87a-4688-a408-8bad07fda956", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "217d4c5e-e4dd-48d2-bb9c-ffbca224b31d", "CreateDate": "2025-06-27T01:47:16.0487644-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-27T01:47:16.0487644-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "5f51dbd1-2e9a-40eb-8064-8a31b784096c", "Name": "sample string 1" }, "Unit": { "UnitId": "47058853-52dd-4f9a-8176-dc98e7eac229", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "756110fd-8659-41d3-bf86-5c847aa48ea0", "CreateDate": "2025-06-27T01:47:16.0487644-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-06-27T01:47:16.0487644-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-27T01:47:16.0487644-07:00", "IsAccumulator": true, "SourceSystemId": "sample string 5", "CompanyId": "dee208cd-8c26-47cc-bddc-00b0fa21e221", "CreateDate": "2025-06-27T01:47:16.0487644-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-06-27T01:47:16.0487644-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-27T01:47:16.0487644-07:00", "LastValueDate": "2025-06-27T01:47:16.0487644-07:00", "SourceSystemId": "sample string 2", "CompanyId": "3b875025-ae24-4896-b70d-28e8572b2b06", "CreateDate": "2025-06-27T01:47:16.0487644-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-06-27T01:47:16.0487644-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }