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": "1ebe7244-3b74-42b5-bce1-ef0a4411b924", "Asset": { "AssetId": "4205f664-2cee-4184-96da-0f28c158900a", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "56035cf4-7d4e-44d9-8f61-00c09d92cc2f", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "fd7743ce-eff1-4abb-ba9f-81be6c98d0b1", "CreateDate": "2025-05-08T19:47:02.7878796-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-05-08T19:47:02.7878796-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "f00797da-ad48-485c-869a-7b3d69607da9", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-05-08T19:47:02.7878796-07:00", "MeasurementValueNeededDate": "2025-05-08T19:47:02.7878796-07:00", "SourceSystemId": "sample string 3", "CompanyId": "7abf21bd-88ad-4ca0-802d-836380919848", "CreateDate": "2025-05-08T19:47:02.7878796-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-05-08T19:47:02.7878796-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-05-08T19:47:02.7878796-07:00", "MeasurementValueNeededDate": "2025-05-08T19:47:02.7878796-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "050d1c3e-2670-4fa6-862c-3ab1b0b3dcd4", "CreateDate": "2025-05-08T19:47:02.7878796-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-05-08T19:47:02.7878796-07:00", "LastModifiedUser": "sample string 8" }, "MeasurementType": { "MeasurementTypeId": "43a8be15-c0fa-4855-8388-3b05a1d392bc", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "56035cf4-7d4e-44d9-8f61-00c09d92cc2f", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "fd7743ce-eff1-4abb-ba9f-81be6c98d0b1", "CreateDate": "2025-05-08T19:47:02.7878796-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-05-08T19:47:02.7878796-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "a4b51ec9-3098-4149-afbd-fc91b8c2f9e6", "Name": "sample string 1" }, "Unit": { "UnitId": "af37eda1-1b5a-45b0-8134-b1671d55e801", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "147ff3e1-fa2a-4da5-acfc-14e040ce29da", "CreateDate": "2025-05-08T19:47:02.7878796-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-05-08T19:47:02.7878796-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-08T19:47:02.7878796-07:00", "IsAccumulator": true, "SourceSystemId": "sample string 5", "CompanyId": "66368145-9dda-47e6-a2b0-01ab4a4a7eb3", "CreateDate": "2025-05-08T19:47:02.7878796-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-05-08T19:47:02.7878796-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-08T19:47:02.7878796-07:00", "LastValueDate": "2025-05-08T19:47:02.7878796-07:00", "SourceSystemId": "sample string 2", "CompanyId": "e779bf23-89a3-4869-9eba-47a87d9ad98f", "CreateDate": "2025-05-08T19:47:02.7878796-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-05-08T19:47:02.7878796-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }