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": "8392b41a-21a7-40c2-b1f8-214d5704ce92", "Asset": { "AssetId": "8fd874f8-0407-4d49-9684-b92774c9d39c", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "e2b34214-140d-4427-9c0d-d57fe8021222", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "baefbe62-9a09-4ed0-a6fd-e2007173aeab", "CreateDate": "2025-02-05T07:53:49.9719608-08:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-02-05T07:53:49.9719608-08:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "5be976d3-dd83-406a-b0bf-893ae24bbe77", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-02-05T07:53:49.9719608-08:00", "MeasurementValueNeededDate": "2025-02-05T07:53:49.9719608-08:00", "SourceSystemId": "sample string 3", "CompanyId": "40418d3d-171e-40a0-82a2-a9f64fcc0076", "CreateDate": "2025-02-05T07:53:49.9719608-08:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-02-05T07:53:49.9719608-08:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-02-05T07:53:49.9719608-08:00", "MeasurementValueNeededDate": "2025-02-05T07:53:49.9719608-08:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "d6a19f4a-0d0c-47b0-a7f8-ffbb8100b6f3", "CreateDate": "2025-02-05T07:53:49.9719608-08:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-02-05T07:53:49.9719608-08:00", "LastModifiedUser": "sample string 8" }, "MeasurementType": { "MeasurementTypeId": "6086889c-8433-49a6-a2dd-a150ed86fdf7", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "e2b34214-140d-4427-9c0d-d57fe8021222", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "baefbe62-9a09-4ed0-a6fd-e2007173aeab", "CreateDate": "2025-02-05T07:53:49.9719608-08:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-02-05T07:53:49.9719608-08:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "f896859f-4be7-4dd1-a904-5d93b51c872d", "Name": "sample string 1" }, "Unit": { "UnitId": "dfe04259-dce5-4f17-a4e2-93cd78d67532", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "037d17c1-2cb5-45ef-8af2-d82c19a29adc", "CreateDate": "2025-02-05T07:53:49.9719608-08:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-02-05T07:53:49.9719608-08: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-02-05T07:53:49.9719608-08:00", "IsAccumulator": true, "SourceSystemId": "sample string 5", "CompanyId": "f449e366-b954-4e98-a4d4-3a19cb2c6dcd", "CreateDate": "2025-02-05T07:53:49.9719608-08:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-02-05T07:53:49.9719608-08:00", "LastModifiedUser": "sample string 8" }, "Label": "sample string 1", "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "FrequencyNeeded": 1, "ValueNeededDate": "2025-02-05T07:53:49.9719608-08:00", "LastValueDate": "2025-02-05T07:53:49.9719608-08:00", "SourceSystemId": "sample string 2", "CompanyId": "0ef9490e-f2bc-4b7d-9a7e-298c7545bf77", "CreateDate": "2025-02-05T07:53:49.9719608-08:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-02-05T07:53:49.9719608-08:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }