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": "83579ddc-0b24-4c52-9ec8-1f44e2cf6ebb",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "26147a45-4a87-425c-895d-173aea5c1aeb",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "6974d05f-9aff-4ae1-aac1-9cfa998ee2fc",
"CreateDate": "2026-02-04T05:16:18.0439464-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-04T05:16:18.0439464-08:00",
"LastModifiedUser": "sample string 8"
},
"DataType": {
"DataTypeId": "a8bd9ae7-9d7d-47f3-a4d2-004c0be62070",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "854c0d07-6e31-4d87-b6d9-91b518cf90b3",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "87aff898-be09-4233-8366-0b5dc6057e96",
"CreateDate": "2026-02-04T05:16:18.0439464-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-04T05:16:18.0439464-08:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "3e31cf18-e6ed-4cfa-8469-23fa21cf67c2",
"FieldId": "10afcd1d-160e-4510-bf0e-70d147b48ebb",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "3e31cf18-e6ed-4cfa-8469-23fa21cf67c2",
"FieldId": "10afcd1d-160e-4510-bf0e-70d147b48ebb",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-02-04T05:16:18.0439464-08:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "6c569081-a51a-41f8-91f9-f2bc40574956",
"CreateDate": "2026-02-04T05:16:18.0439464-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-04T05:16:18.0439464-08:00",
"LastModifiedUser": "sample string 8"
},
"Total": 1,
"Message": "sample string 1"
}