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": "1e8b5de6-c360-4acd-b5e3-02683e8d3926",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "69829cbe-1365-4b9e-8474-8b61161e8703",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "cfe8e524-e488-453d-abce-663c92b1e3b3",
"CreateDate": "2026-08-01T10:47:56.2929732-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-08-01T10:47:56.2929732-07:00",
"LastModifiedUser": "sample string 8"
},
"DataType": {
"DataTypeId": "271c9c85-c689-4ab4-8b2e-f17d419d3eaa",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "75a89c32-4144-471d-86e4-c52bcd5c3cfc",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "0005a40d-e9cf-4335-8bf4-2dcb856d854b",
"CreateDate": "2026-08-01T10:47:56.2929732-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-01T10:47:56.2929732-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "39169878-39c2-4cc2-b4de-ce6c24f1ff08",
"FieldId": "9dbf431f-4bd9-469f-bbb8-d47ce1d292e7",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "39169878-39c2-4cc2-b4de-ce6c24f1ff08",
"FieldId": "9dbf431f-4bd9-469f-bbb8-d47ce1d292e7",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-08-01T10:47:56.2929732-07:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "09a91768-e3f9-4eb9-b97c-7b90db737e65",
"CreateDate": "2026-08-01T10:47:56.2929732-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-08-01T10:47:56.2929732-07:00",
"LastModifiedUser": "sample string 8"
},
"Total": 1,
"Message": "sample string 1"
}