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": "0abe43a7-9242-40a6-b87d-391696468333",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "04a697b1-6b0f-4059-a1f5-09d866e35f6d",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "2539806d-8f1e-4c57-be1f-8602ad4672e7",
"CreateDate": "2026-03-07T11:36:24.8363949-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-03-07T11:36:24.8363949-08:00",
"LastModifiedUser": "sample string 8"
},
"DataType": {
"DataTypeId": "64d810ea-ed97-49be-a865-df9aae563dd0",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "571e23f8-68da-41b6-bacd-9144876b3145",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "79fdf17b-66c7-4b0e-bf5e-39dac81eebad",
"CreateDate": "2026-03-07T11:36:24.8363949-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-07T11:36:24.8363949-08:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "11af08ef-450b-4c4d-82da-56e82a7fe751",
"FieldId": "6416cc90-73d9-4448-aba9-ff77f533047a",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "11af08ef-450b-4c4d-82da-56e82a7fe751",
"FieldId": "6416cc90-73d9-4448-aba9-ff77f533047a",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-03-07T11:36:24.8363949-08:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "f958df49-6a0d-4405-9170-76fd718af1e6",
"CreateDate": "2026-03-07T11:36:24.8363949-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-03-07T11:36:24.8363949-08:00",
"LastModifiedUser": "sample string 8"
},
"Total": 1,
"Message": "sample string 1"
}