GET MeasurementTypes?measurementTypeId={measurementTypeId}
Retrieves a measurement type by its Id.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
measurementTypeId |
Id of the measurement type |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
On success, the measurement type.
Name | Description | Type | Additional information |
---|---|---|---|
Data | MeasurementType |
None. |
|
Total | integer |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Data": { "MeasurementTypeId": "ef4cd504-edca-4573-ad28-31bc06e028ff", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "93b9684f-13af-44da-94b0-ddaa12241573", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "e4fd6942-7878-4349-884d-dcc316675bce", "CreateDate": "2025-07-31T22:50:54.585103-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-07-31T22:50:54.585103-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "b014d61e-c9fe-45bb-a892-ab361067796d", "Name": "sample string 1" }, "Unit": { "UnitId": "5b785723-e8fc-497b-afb2-a0e6d28ecaee", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "49f37108-f7d3-444d-b6d7-d224ad44770d", "CreateDate": "2025-07-31T22:50:54.585103-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-07-31T22:50:54.585103-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:54.585103-07:00", "IsAccumulator": true, "SourceSystemId": "sample string 5", "CompanyId": "28a9dced-aee4-440a-88a1-404c2734c75e", "CreateDate": "2025-07-31T22:50:54.585103-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-07-31T22:50:54.585103-07:00", "LastModifiedUser": "sample string 8" }, "Total": 1, "Message": "sample string 1" }