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": "4143deb7-3306-488d-b1db-30321e36a30b",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "067ecd59-9c11-43ef-b391-1294a4955a56",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "55552ed1-8b8a-408b-9313-10f9d8bebba5",
"CreateDate": "2025-11-04T16:41:39.117012-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-11-04T16:41:39.117012-08:00",
"LastModifiedUser": "sample string 8"
},
"DataType": {
"DataTypeId": "63e2c81e-42dc-4bf1-9f8d-18c65dc200ab",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "f13e5b9d-e7be-4b19-831a-1b71e8d635a2",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "7bfb0593-487b-4a65-abbc-3c946af9738b",
"CreateDate": "2025-11-04T16:41:39.117012-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-11-04T16:41:39.117012-08:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "755698b5-d14d-45c4-9198-bb791ac1a8ba",
"FieldId": "bf333969-c5c1-4b4d-a0e8-b6b1eaa6f2e4",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "755698b5-d14d-45c4-9198-bb791ac1a8ba",
"FieldId": "bf333969-c5c1-4b4d-a0e8-b6b1eaa6f2e4",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"FrequencyNeeded": 1,
"ValueNeededDate": "2025-11-04T16:41:39.117012-08:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "97f61300-a07c-4639-9d16-6f190dba3d62",
"CreateDate": "2025-11-04T16:41:39.117012-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-11-04T16:41:39.117012-08:00",
"LastModifiedUser": "sample string 8"
},
"Total": 1,
"Message": "sample string 1"
}