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": "01c316a3-6ba5-40c6-b90e-2402aa844a42",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "f04417f7-0c4d-464d-9e1b-ff4f888b6762",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "a9186a77-5940-4758-a6b3-ea58d0d287c7",
"CreateDate": "2026-02-02T14:54:43.5189566-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-02T14:54:43.5189566-08:00",
"LastModifiedUser": "sample string 8"
},
"DataType": {
"DataTypeId": "c77a5df3-95ac-4a73-a774-76e3009d78cd",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "9441f577-4d5f-4e65-9127-cfc729399bc4",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "e27513a3-a893-4bcf-b002-b0664ad77976",
"CreateDate": "2026-02-02T14:54:43.5189566-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-02T14:54:43.5189566-08:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "643152b3-28f4-4791-8a6b-4644a95fe7d2",
"FieldId": "df290c83-ae93-4503-b41d-9b3f29b13c58",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "643152b3-28f4-4791-8a6b-4644a95fe7d2",
"FieldId": "df290c83-ae93-4503-b41d-9b3f29b13c58",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-02-02T14:54:43.5189566-08:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "a9e8755d-bd2c-43d1-a069-9356b6ae238f",
"CreateDate": "2026-02-02T14:54:43.5189566-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-02T14:54:43.5189566-08:00",
"LastModifiedUser": "sample string 8"
},
"Total": 1,
"Message": "sample string 1"
}