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": "7dc1ff47-a0cc-477c-aae3-0c8dea520e68",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "68dd14ce-028c-4d2e-ac34-e51d3f926c54",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "9446942b-c641-47d0-a316-5a3f1e7d82c2",
"CreateDate": "2026-06-25T10:51:18.4902364-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-06-25T10:51:18.4902364-07:00",
"LastModifiedUser": "sample string 8"
},
"DataType": {
"DataTypeId": "16c73956-3a43-4ba0-8d36-0b1fe4a806c2",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "fc7307e9-b32d-461d-bf1c-dc2cd0ad6fe0",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "fe49a864-ce86-47cb-bd13-5c5edc8ab802",
"CreateDate": "2026-06-25T10:51:18.4902364-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-25T10:51:18.4902364-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "4df275e1-0f9a-4316-9336-dd23bf8e351e",
"FieldId": "43316ca6-6d24-4ca8-b9b8-659f1234a6af",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "4df275e1-0f9a-4316-9336-dd23bf8e351e",
"FieldId": "43316ca6-6d24-4ca8-b9b8-659f1234a6af",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-06-25T10:51:18.4902364-07:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "aa471026-d009-44c7-ab08-594ce62ec0f6",
"CreateDate": "2026-06-25T10:51:18.4902364-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-06-25T10:51:18.4902364-07:00",
"LastModifiedUser": "sample string 8"
},
"Total": 1,
"Message": "sample string 1"
}