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": "2b996873-ff4e-4372-8aae-2d807e330d54", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "f13ac66d-a1ed-4d05-9249-b34331780a4a", "Name": "sample string 1", "Description": "sample string 2", "IsWell": true, "DisplayColor": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "91814efe-0044-46e0-a03b-54ad4fdf7370", "CreateDate": "2025-10-13T15:24:03.7572643-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-10-13T15:24:03.7572643-07:00", "LastModifiedUser": "sample string 8" }, "DataType": { "DataTypeId": "e959ce99-1217-4e92-9e2d-09a0825a76da", "Name": "sample string 1" }, "Unit": { "UnitId": "0daff18d-78c4-4ac9-a575-a48a09090088", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "d795ccac-780e-41cc-9c4f-77d563f2f33f", "CreateDate": "2025-10-13T15:24:03.7572643-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-10-13T15:24:03.7572643-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "2c141969-bb3f-4d80-8af1-0e6a0a205d71", "FieldId": "bdf85e12-86c7-4617-aa5c-b56a75cc6017", "FieldName": "sample string 1", "FieldLable": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "2c141969-bb3f-4d80-8af1-0e6a0a205d71", "FieldId": "bdf85e12-86c7-4617-aa5c-b56a75cc6017", "FieldName": "sample string 1", "FieldLable": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "FrequencyNeeded": 1, "ValueNeededDate": "2025-10-13T15:24:03.7572643-07:00", "IsAccumulator": true, "SourceSystemId": "sample string 5", "CompanyId": "469ff24d-1b59-4514-9b55-8d956d3d442f", "CreateDate": "2025-10-13T15:24:03.7572643-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-10-13T15:24:03.7572643-07:00", "LastModifiedUser": "sample string 8" }, "Total": 1, "Message": "sample string 1" }