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": "453460ac-de1f-423d-a80b-6c582af43a53",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "f85742c9-8ac7-4c6c-a04e-efda98b38212",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "de502b30-6f46-47f3-9b6a-4ca2e627c8c0",
"CreateDate": "2026-06-05T07:23:12.19061-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-06-05T07:23:12.19061-07:00",
"LastModifiedUser": "sample string 8"
},
"DataType": {
"DataTypeId": "5ff416e8-05bb-4c25-a664-f217521423e2",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "116809ad-2648-42a7-bb62-568e7f681a00",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "83401673-4f07-4fd6-9fa2-a34a3d373ad2",
"CreateDate": "2026-06-05T07:23:12.19061-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-05T07:23:12.19061-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "4e1c8bb0-0183-40ec-8487-538e6fa01631",
"FieldId": "8b07f885-d039-4c51-b818-e86e276f70d3",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "4e1c8bb0-0183-40ec-8487-538e6fa01631",
"FieldId": "8b07f885-d039-4c51-b818-e86e276f70d3",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-06-05T07:23:12.19061-07:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "0b68cb4a-5556-459b-afd1-8ee9bcd6afdc",
"CreateDate": "2026-06-05T07:23:12.19061-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-06-05T07:23:12.19061-07:00",
"LastModifiedUser": "sample string 8"
},
"Total": 1,
"Message": "sample string 1"
}