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": "04a3ad65-4a56-4009-863e-9c82d3b9ff2c",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "d1d7a92b-5d55-4297-a020-d071ce778067",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "490e3a24-1386-4b7b-a4f0-98f673cf0cdb",
"CreateDate": "2026-06-29T12:45:02.6812365-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-06-29T12:45:02.6812365-07:00",
"LastModifiedUser": "sample string 8"
},
"DataType": {
"DataTypeId": "85512a63-2d00-4baf-b965-4b23ac69c449",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "da713b06-be2c-44f3-9e48-628d31dfde27",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "bbb95eff-ee0f-48da-9b05-c110b929694c",
"CreateDate": "2026-06-29T12:45:02.6812365-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-29T12:45:02.6812365-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "2528b938-ff74-47b0-9860-f87d7fc0717a",
"FieldId": "182eb5d9-9db2-4a12-8c3a-92e1e6f04646",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "2528b938-ff74-47b0-9860-f87d7fc0717a",
"FieldId": "182eb5d9-9db2-4a12-8c3a-92e1e6f04646",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-06-29T12:45:02.6812365-07:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "8aaea6b6-38fc-4486-aa8d-36bf5def3e0e",
"CreateDate": "2026-06-29T12:45:02.6812365-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-06-29T12:45:02.6812365-07:00",
"LastModifiedUser": "sample string 8"
},
"Total": 1,
"Message": "sample string 1"
}