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": "bef5c401-72fd-4bd8-9a35-b5d1214b4c9f", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "027970b5-0be8-4e40-b2ac-b540c26576d9", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "c4550eb0-d6af-4d3c-aa70-ac9434c58613", "CreateDate": "2025-07-31T03:20:29.9132748-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-07-31T03:20:29.9132748-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "56c39f69-8187-427c-ba52-8da33935ab3a", "Name": "sample string 1" }, "Unit": { "UnitId": "627a322b-637b-4740-aac3-9e8e64459e78", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "70db03be-f5d8-43a2-94e8-59a8afeebc87", "CreateDate": "2025-07-31T03:20:29.9132748-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-07-31T03:20:29.9132748-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "94bd59d2-bc2f-4a5b-b991-91e998369d21", "FieldId": "ed451e67-e9b5-4593-8a26-75767ebe0112", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "94bd59d2-bc2f-4a5b-b991-91e998369d21", "FieldId": "ed451e67-e9b5-4593-8a26-75767ebe0112", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "FrequencyNeeded": 1, "ValueNeededDate": "2025-07-31T03:20:29.9132748-07:00", "IsAccumulator": true, "SourceSystemId": "sample string 5", "CompanyId": "efe59e46-1e8c-44a8-83f9-167e011d5648", "CreateDate": "2025-07-31T03:20:29.9132748-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-07-31T03:20:29.9132748-07:00", "LastModifiedUser": "sample string 8" }, "Total": 1, "Message": "sample string 1" }