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": "3f5bca36-bc19-4d86-ac28-fb5e27c5f70b",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "2c33370b-21f0-48eb-8e12-0a0418d9eb0e",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "b0decc68-34e1-4a4a-b74c-7e76765bdf16",
"CreateDate": "2026-03-09T20:17:31.8564088-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-03-09T20:17:31.8564088-07:00",
"LastModifiedUser": "sample string 8"
},
"DataType": {
"DataTypeId": "005b39dd-a79c-4e7f-b662-853aee685b46",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "14d587da-4d7e-486e-9490-0c8dd2dbb321",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "45966006-d2c4-4f78-b21c-93076c3baec0",
"CreateDate": "2026-03-09T20:17:31.8564088-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-09T20:17:31.8564088-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "76d157b3-2340-406e-b7d7-dfc40956be42",
"FieldId": "6948a960-3a87-4a47-a2b8-0b1cfa00252c",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "76d157b3-2340-406e-b7d7-dfc40956be42",
"FieldId": "6948a960-3a87-4a47-a2b8-0b1cfa00252c",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-03-09T20:17:31.8564088-07:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "9694e8fe-6366-4804-ac72-3a4db8bbfc86",
"CreateDate": "2026-03-09T20:17:31.8564088-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-03-09T20:17:31.8564088-07:00",
"LastModifiedUser": "sample string 8"
},
"Total": 1,
"Message": "sample string 1"
}