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": "f6452c62-b47a-4612-82da-7d9177101f7e",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "dbaaf3bb-e53e-4588-bd7e-3255ce9205fd",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "ed17534d-2273-4ab5-bfb2-bb08544fb7ff",
"CreateDate": "2026-01-26T00:04:16.1118672-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-01-26T00:04:16.1118672-08:00",
"LastModifiedUser": "sample string 8"
},
"DataType": {
"DataTypeId": "e03b7316-78f6-4051-964b-eb38d3219466",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "a3bd1b6e-06ae-446e-b693-77001962ddc6",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "058ac744-8d0c-4c47-ad77-33f6c568f3c2",
"CreateDate": "2026-01-26T00:04:16.1118672-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-26T00:04:16.1118672-08:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "23825035-d8f5-414c-ae4d-5aaaf91c1c64",
"FieldId": "999d1fa4-3223-4a4e-8370-d93852d8dd40",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "23825035-d8f5-414c-ae4d-5aaaf91c1c64",
"FieldId": "999d1fa4-3223-4a4e-8370-d93852d8dd40",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-01-26T00:04:16.1118672-08:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "9eeb359c-52c2-4cb5-88d0-cbc25217c71d",
"CreateDate": "2026-01-26T00:04:16.1118672-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-01-26T00:04:16.1118672-08:00",
"LastModifiedUser": "sample string 8"
},
"Total": 1,
"Message": "sample string 1"
}