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": "864797b5-446b-45b1-a3f6-970a2be1b068", "Asset": { "AssetId": "0e8c9b5d-37f5-4ece-9c74-49d82ab96615", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "48ca276c-0246-4f04-9f25-e39e6957166d", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "4660adab-690a-44ea-840e-d21e060870c9", "CreateDate": "2025-09-16T13:33:58.8323935-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-09-16T13:33:58.8323935-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "e86476d2-3a24-4d8e-9ef0-0abe02007a53", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-09-16T13:33:58.8323935-07:00", "MeasurementValueNeededDate": "2025-09-16T13:33:58.8323935-07:00", "SourceSystemId": "sample string 3", "CompanyId": "a2bea378-e24c-4468-a757-12ca77148b36", "CreateDate": "2025-09-16T13:33:58.8323935-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-09-16T13:33:58.8323935-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-09-16T13:33:58.8323935-07:00", "MeasurementValueNeededDate": "2025-09-16T13:33:58.8323935-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "ee031e5b-72ea-4cc1-8c23-bd53fc6cc891", "CreateDate": "2025-09-16T13:33:58.8323935-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-09-16T13:33:58.8323935-07:00", "LastModifiedUser": "sample string 8" }, "MeasurementType": { "MeasurementTypeId": "b3fcfc15-d4c8-40ad-8bd2-b5e78b219f0b", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "48ca276c-0246-4f04-9f25-e39e6957166d", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "4660adab-690a-44ea-840e-d21e060870c9", "CreateDate": "2025-09-16T13:33:58.8323935-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-09-16T13:33:58.8323935-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "e4aef3a7-d6d9-41b7-bbd6-752a38a2417d", "Name": "sample string 1" }, "Unit": { "UnitId": "762cae96-4e7a-4552-a284-7323fa67ac2e", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "e847cc97-9ff8-4b3c-91a1-36fc007c01ce", "CreateDate": "2025-09-16T13:33:58.8323935-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-09-16T13:33:58.8323935-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-09-16T13:33:58.8323935-07:00", "IsAccumulator": true, "SourceSystemId": "sample string 5", "CompanyId": "ba45bd83-d7e4-4484-84b8-dc236cc72d64", "CreateDate": "2025-09-16T13:33:58.8323935-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-09-16T13:33:58.8323935-07:00", "LastModifiedUser": "sample string 8" }, "Label": "sample string 1", "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "FrequencyNeeded": 1, "ValueNeededDate": "2025-09-16T13:33:58.8323935-07:00", "LastValueDate": "2025-09-16T13:33:58.8323935-07:00", "SourceSystemId": "sample string 2", "CompanyId": "bbe2cde7-b18b-4213-a536-4b3c7647468f", "CreateDate": "2025-09-16T13:33:58.8323935-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-09-16T13:33:58.8323935-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }