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": "b19be3dd-eccb-4172-83cd-9000cab6cd55",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "a3d7bf91-1e67-475f-87b9-449e32acac3c",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "ed422343-383a-4c61-9583-c468c5434aca",
"CreateDate": "2026-03-29T02:59:31.1887311-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-03-29T02:59:31.1887311-07:00",
"LastModifiedUser": "sample string 8"
},
"DataType": {
"DataTypeId": "2393b473-a8f4-4ae7-b875-192dacf37a0c",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "cb1c10fe-ed9e-45f8-8959-5c215e238fc3",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "f1ccc3ce-ded9-4a64-969e-a5e54870766c",
"CreateDate": "2026-03-29T02:59:31.1887311-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-29T02:59:31.1887311-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "6d0b8d8d-8699-497f-b1c2-d813fe93291a",
"FieldId": "9f05e4b0-f04b-421c-9843-9e65a6c0f5e3",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "6d0b8d8d-8699-497f-b1c2-d813fe93291a",
"FieldId": "9f05e4b0-f04b-421c-9843-9e65a6c0f5e3",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-03-29T02:59:31.1887311-07:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "726db376-097a-4166-bcb3-90d4bbbe16b9",
"CreateDate": "2026-03-29T02:59:31.1887311-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-03-29T02:59:31.1887311-07:00",
"LastModifiedUser": "sample string 8"
},
"Total": 1,
"Message": "sample string 1"
}