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": "7eb17321-6f4e-4c0c-a3fe-f5c165b5f0f4",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "c5def1d0-19b7-48e6-9810-5ee5718b75f0",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "552e6713-fc14-4726-95fe-16ad3b05a47a",
"CreateDate": "2026-09-13T23:39:37.2633679-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-09-13T23:39:37.2633679-07:00",
"LastModifiedUser": "sample string 8"
},
"DataType": {
"DataTypeId": "bee3e456-63e2-4ef0-8569-d816f541bbd9",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "bb7c76cb-34b5-4ab6-81fd-a7ba951099b3",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "37256f55-669a-46b1-86fd-f0576e12abfe",
"CreateDate": "2026-09-13T23:39:37.2633679-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-13T23:39:37.2633679-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "67a0a232-7b79-450c-b427-9d68d50fcd50",
"FieldId": "fb43510b-650f-407f-aed9-c6bb186e6fa9",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "67a0a232-7b79-450c-b427-9d68d50fcd50",
"FieldId": "fb43510b-650f-407f-aed9-c6bb186e6fa9",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-09-13T23:39:37.2633679-07:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "923c212a-cf30-4428-8cb8-c399b1784ce9",
"CreateDate": "2026-09-13T23:39:37.2633679-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-09-13T23:39:37.2633679-07:00",
"LastModifiedUser": "sample string 8"
},
"Total": 1,
"Message": "sample string 1"
}