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": "0c54312f-b236-454f-9399-f3eb4e6c0249",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "5239a7d3-a0e9-4168-bdb2-63218d68448b",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "3e71bd5d-cb87-4423-838d-7ffd67aeb7e9",
"CreateDate": "2025-11-06T03:29:19.08878-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-11-06T03:29:19.08878-08:00",
"LastModifiedUser": "sample string 8"
},
"DataType": {
"DataTypeId": "cc3e3a9a-9927-4030-9cac-e4bcfdc30ae7",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "5e62c4af-7c47-4430-8ca7-3b7fcadb8476",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "4fae1d34-7013-4030-88e4-f1699af00674",
"CreateDate": "2025-11-06T03:29:19.08878-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-11-06T03:29:19.08878-08:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "01ba2b8f-4f05-499b-93bb-387abe0ef907",
"FieldId": "aafeaf72-c973-444c-bdb8-c4728e14cb54",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "01ba2b8f-4f05-499b-93bb-387abe0ef907",
"FieldId": "aafeaf72-c973-444c-bdb8-c4728e14cb54",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"FrequencyNeeded": 1,
"ValueNeededDate": "2025-11-06T03:29:19.08878-08:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "05d4c602-eb16-4e24-b26c-0fb6acab50bc",
"CreateDate": "2025-11-06T03:29:19.08878-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-11-06T03:29:19.08878-08:00",
"LastModifiedUser": "sample string 8"
},
"Total": 1,
"Message": "sample string 1"
}