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": "986fbe2f-8d73-49fd-8082-9c21930b668c",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "d6283e48-a5b0-4f24-9c54-e978898aefe0",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "a42819ee-41ea-4942-aa18-ca9126e9288f",
"CreateDate": "2026-04-18T05:00:04.1571138-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-04-18T05:00:04.1571138-07:00",
"LastModifiedUser": "sample string 8"
},
"DataType": {
"DataTypeId": "778b6d35-a0d7-48f1-9f3c-08d5a6ef1d5e",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "faa69d0c-7d20-4efd-971c-3b7379872ae5",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "13b87a88-92a7-47d5-aff6-f5c9a68eb9d5",
"CreateDate": "2026-04-18T05:00:04.1571138-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-18T05:00:04.1571138-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "b8699087-293e-4bd5-b5f0-cc54ef6f4d88",
"FieldId": "5850968a-e4ba-4faa-8602-74086fc4e33d",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "b8699087-293e-4bd5-b5f0-cc54ef6f4d88",
"FieldId": "5850968a-e4ba-4faa-8602-74086fc4e33d",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-04-18T05:00:04.1571138-07:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "7b9f181c-f80a-4b70-bf0e-00849506f4fc",
"CreateDate": "2026-04-18T05:00:04.1571138-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-04-18T05:00:04.1571138-07:00",
"LastModifiedUser": "sample string 8"
},
"Total": 1,
"Message": "sample string 1"
}