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": "340f77d4-91bd-4f2c-8d74-1c1f3143b667",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "11aed0bc-af58-401a-b188-cc33559aa8ac",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "8ec51d74-468e-4580-8a02-19997d54d251",
"CreateDate": "2026-08-24T21:37:35.7684975-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-08-24T21:37:35.7684975-07:00",
"LastModifiedUser": "sample string 8"
},
"DataType": {
"DataTypeId": "dd07ee45-d7f1-4cb3-b1d4-166f1f82bc7b",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "299e00a7-01da-4a7c-a3e8-829c134c4785",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "842fac5b-e031-433d-87ef-c086209e2a44",
"CreateDate": "2026-08-24T21:37:35.7684975-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-24T21:37:35.7684975-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "a7b4e7c1-e149-4c04-ba69-17eae9ffce8c",
"FieldId": "eaeca13d-b8f5-4aad-8542-34245542a725",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "a7b4e7c1-e149-4c04-ba69-17eae9ffce8c",
"FieldId": "eaeca13d-b8f5-4aad-8542-34245542a725",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-08-24T21:37:35.7684975-07:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "45677e60-32af-45ca-8646-e577d53879ab",
"CreateDate": "2026-08-24T21:37:35.7684975-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-08-24T21:37:35.7684975-07:00",
"LastModifiedUser": "sample string 8"
},
"Total": 1,
"Message": "sample string 1"
}