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": "98b2eeb3-b5a9-419d-8bda-a7fb8f24b0fb",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "8cce8ebf-dc88-4f55-b725-998ebf859d75",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "d87c3f65-f557-46e4-be35-3b9cf8cab45a",
"CreateDate": "2025-12-29T02:00:07.9009475-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-29T02:00:07.9009475-08:00",
"LastModifiedUser": "sample string 8"
},
"DataType": {
"DataTypeId": "dab13f6a-1c91-421a-b386-53b3b6dbe992",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "864abdc8-8845-466b-b3f4-1b417bac4587",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "9bacec09-f57b-473e-bfea-a4bb178de9cc",
"CreateDate": "2025-12-29T02:00:07.9009475-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-29T02:00:07.9009475-08:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "6150d1b8-98db-4f1d-9bf0-8353c9ec0305",
"FieldId": "b59e27e0-6366-4e6e-9dd4-3a37add32cf2",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "6150d1b8-98db-4f1d-9bf0-8353c9ec0305",
"FieldId": "b59e27e0-6366-4e6e-9dd4-3a37add32cf2",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"FrequencyNeeded": 1,
"ValueNeededDate": "2025-12-29T02:00:07.9009475-08:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "6db052eb-287c-4fc7-94d8-0dbb168504fa",
"CreateDate": "2025-12-29T02:00:07.9009475-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-29T02:00:07.9009475-08:00",
"LastModifiedUser": "sample string 8"
},
"Total": 1,
"Message": "sample string 1"
}