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": "dc04c844-4048-458f-93ea-777c27c101ba",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "b6f0ee59-7849-4d48-83a3-6e554b02b36d",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "6643a1c4-8f38-4319-bf92-211d6ca2ec0e",
"CreateDate": "2026-06-17T17:29:23.6600374-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-06-17T17:29:23.6600374-07:00",
"LastModifiedUser": "sample string 8"
},
"DataType": {
"DataTypeId": "6f196529-7d64-4ac9-9f4b-086c66114f07",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "e3086555-f2aa-4e6f-b91d-d343102c8566",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "9e8fbb4c-ebfa-4902-bef1-ec4e028701a7",
"CreateDate": "2026-06-17T17:29:23.6600374-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-17T17:29:23.6600374-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "464c32d3-386c-47d7-ad6e-7aa156ae583d",
"FieldId": "73454abc-1847-4fad-aa04-f12d37712118",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "464c32d3-386c-47d7-ad6e-7aa156ae583d",
"FieldId": "73454abc-1847-4fad-aa04-f12d37712118",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-06-17T17:29:23.6600374-07:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "10a763cb-3276-4669-be1d-d96a6da5fb1e",
"CreateDate": "2026-06-17T17:29:23.6600374-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-06-17T17:29:23.6600374-07:00",
"LastModifiedUser": "sample string 8"
},
"Total": 1,
"Message": "sample string 1"
}