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": "1546b02f-5784-44a9-b4e5-bb63a5c5da70", "Asset": { "AssetId": "31cd927c-e932-4419-9623-1b3f2cf1cecd", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "c2c2f4a5-b94f-4b7e-bda5-f0b9146ce86c", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "9926d4a1-16a6-4c27-8d4d-f19227c29d85", "CreateDate": "2025-07-31T22:50:10.2343321-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-07-31T22:50:10.2343321-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "7fa5c99b-0c83-427d-a4fc-07093b9f6c35", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-07-31T22:50:10.2343321-07:00", "MeasurementValueNeededDate": "2025-07-31T22:50:10.2343321-07:00", "SourceSystemId": "sample string 3", "CompanyId": "f3bf9088-d2ee-473d-8fbd-85e13d4f0e82", "CreateDate": "2025-07-31T22:50:10.2343321-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-07-31T22:50:10.2343321-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-07-31T22:50:10.2343321-07:00", "MeasurementValueNeededDate": "2025-07-31T22:50:10.2343321-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "c1dc7086-e070-416c-881b-849ebce824b9", "CreateDate": "2025-07-31T22:50:10.2343321-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-07-31T22:50:10.2343321-07:00", "LastModifiedUser": "sample string 8" }, "MeasurementType": { "MeasurementTypeId": "48b4e506-144c-47c2-b4e8-caa8c165bb4f", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "c2c2f4a5-b94f-4b7e-bda5-f0b9146ce86c", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "9926d4a1-16a6-4c27-8d4d-f19227c29d85", "CreateDate": "2025-07-31T22:50:10.2343321-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-07-31T22:50:10.2343321-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "aba057e4-b8ba-4d80-a69e-a55779661520", "Name": "sample string 1" }, "Unit": { "UnitId": "615264d6-7b6a-4c82-b196-93fa46ea9c29", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "73e84f13-7cef-4dec-86da-47d29f601557", "CreateDate": "2025-07-31T22:50:10.2499469-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-07-31T22:50:10.2499469-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-31T22:50:10.2499469-07:00", "IsAccumulator": true, "SourceSystemId": "sample string 5", "CompanyId": "436e5158-37a9-4e7e-b3b4-d96abd046006", "CreateDate": "2025-07-31T22:50:10.2499469-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-07-31T22:50:10.2499469-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-31T22:50:10.2499469-07:00", "LastValueDate": "2025-07-31T22:50:10.2499469-07:00", "SourceSystemId": "sample string 2", "CompanyId": "042462e7-a4ef-4fcb-8eca-cae8e6742063", "CreateDate": "2025-07-31T22:50:10.2499469-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-07-31T22:50:10.2499469-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }