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": "ebfa766e-edca-4470-8c55-4e533feabaf4",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "7a6c5f48-2e77-49d0-a68f-a14004baaee6",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "8e5011e3-76d8-46c1-b292-4880bba4f24e",
"CreateDate": "2026-08-11T22:26:44.6183023-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-08-11T22:26:44.6183023-07:00",
"LastModifiedUser": "sample string 8"
},
"DataType": {
"DataTypeId": "dc165adf-7aef-4008-8638-33de9b11171a",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "426c87e3-8223-4151-8250-45e4970ca4d2",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "cc55dabb-57f4-48df-99cf-a20e56456eea",
"CreateDate": "2026-08-11T22:26:44.6183023-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-11T22:26:44.6183023-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "2c0aaae9-3424-4864-9195-cc6aa08fb451",
"FieldId": "03abdbe0-d18b-4958-ad71-9ebea1a475f8",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "2c0aaae9-3424-4864-9195-cc6aa08fb451",
"FieldId": "03abdbe0-d18b-4958-ad71-9ebea1a475f8",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-08-11T22:26:44.6183023-07:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "b9e7efbb-3046-4fd5-ba53-5fcbb12301ed",
"CreateDate": "2026-08-11T22:26:44.6183023-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-08-11T22:26:44.6183023-07:00",
"LastModifiedUser": "sample string 8"
},
"Total": 1,
"Message": "sample string 1"
}