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": "57c08afc-8f5b-483b-861f-5d576a187402",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "665f3d98-6c58-437b-8520-f8cb92e575e2",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "75976389-50c5-4a2b-8e10-57ba79a2c899",
"CreateDate": "2025-12-06T03:32:32.0043623-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-06T03:32:32.0043623-08:00",
"LastModifiedUser": "sample string 8"
},
"DataType": {
"DataTypeId": "c460bcdd-4079-41ca-9eea-fb12658bdd94",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "f582b5d0-6af7-4c2f-90d3-679738c04fd6",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "6d2f094b-e8a8-4993-a532-5a2884513c39",
"CreateDate": "2025-12-06T03:32:32.0043623-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-06T03:32:32.0043623-08:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "ba7d5425-688a-4368-8a52-1993a9bd156b",
"FieldId": "31290bad-1dec-4c01-9ba4-9a8d1895141b",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "ba7d5425-688a-4368-8a52-1993a9bd156b",
"FieldId": "31290bad-1dec-4c01-9ba4-9a8d1895141b",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"FrequencyNeeded": 1,
"ValueNeededDate": "2025-12-06T03:32:32.0043623-08:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "1650c02a-0207-44f5-9c06-7ff6440a64ca",
"CreateDate": "2025-12-06T03:32:32.0043623-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-06T03:32:32.0043623-08:00",
"LastModifiedUser": "sample string 8"
},
"Total": 1,
"Message": "sample string 1"
}