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": "3591a324-6109-4956-8486-64936fe1d3c0",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "14189791-e027-4630-abbd-79c2723a4983",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "d71b77e7-e007-4ce2-83a2-20b18385ea5d",
"CreateDate": "2026-03-30T16:49:52.7524781-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-03-30T16:49:52.7524781-07:00",
"LastModifiedUser": "sample string 8"
},
"DataType": {
"DataTypeId": "28bd0c50-8054-4839-bbfa-9549fc857f41",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "bec941f0-f85c-45f2-95a0-7fa245d33154",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "70cc7c25-19f4-48f1-8d1c-3c0dc7e029f7",
"CreateDate": "2026-03-30T16:49:52.7524781-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-30T16:49:52.7524781-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "226d32cc-b808-46af-84af-739211f3be4b",
"FieldId": "2a3fe6c9-6390-43e7-a504-4f87b734a571",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "226d32cc-b808-46af-84af-739211f3be4b",
"FieldId": "2a3fe6c9-6390-43e7-a504-4f87b734a571",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-03-30T16:49:52.7524781-07:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "f5d5c201-8bb6-429e-8ec1-38d33d504cc0",
"CreateDate": "2026-03-30T16:49:52.7524781-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-03-30T16:49:52.7524781-07:00",
"LastModifiedUser": "sample string 8"
},
"Total": 1,
"Message": "sample string 1"
}