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": "26153b59-826e-4996-af1d-1477740a43e7",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "5117596f-71c9-4c92-b0fc-29f5ca443c62",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "5dba0602-58bc-4ea8-8d19-6c9ecb0af0b1",
"CreateDate": "2026-09-26T13:59:15.0885606-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-09-26T13:59:15.0885606-07:00",
"LastModifiedUser": "sample string 8"
},
"DataType": {
"DataTypeId": "c4895a8e-3b9d-4112-9d69-52193cf70912",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "26717c39-b749-4e5c-b35e-8d1058c06cb0",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "ea51015a-5914-4f2c-971b-8d1761175f4a",
"CreateDate": "2026-09-26T13:59:15.0885606-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-26T13:59:15.0885606-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "e5878ce3-307c-4961-b06f-4fcfc90c2add",
"FieldId": "db70c830-a651-4a3f-a66d-ef0adcbc4d64",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "e5878ce3-307c-4961-b06f-4fcfc90c2add",
"FieldId": "db70c830-a651-4a3f-a66d-ef0adcbc4d64",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-09-26T13:59:15.0885606-07:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "2a68de19-3fc6-471c-901c-aec609d5b1a5",
"CreateDate": "2026-09-26T13:59:15.0885606-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-09-26T13:59:15.0885606-07:00",
"LastModifiedUser": "sample string 8"
},
"Total": 1,
"Message": "sample string 1"
}