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": "ed1a873d-e702-44e9-a180-df0bfb0f0b97",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "35a10a7c-ab50-4492-9cc1-68d6700201a7",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "08a7bf49-4009-4b1f-b2a3-fe3c966d8bf8",
"CreateDate": "2025-11-26T22:22:51.5515826-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-11-26T22:22:51.5515826-08:00",
"LastModifiedUser": "sample string 8"
},
"DataType": {
"DataTypeId": "715c3dae-9252-4c0e-8556-fff24946ef4b",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "61cc6cbe-8e8e-440e-9c33-7dc0862031ea",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "6c0fa84e-b937-4ac8-956a-353327579d99",
"CreateDate": "2025-11-26T22:22:51.5515826-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-11-26T22:22:51.5515826-08:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "6c298548-beb4-4c46-b472-712f2f1c5446",
"FieldId": "d8fdadfd-64ed-46a3-8cc1-57f46e4a9787",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "6c298548-beb4-4c46-b472-712f2f1c5446",
"FieldId": "d8fdadfd-64ed-46a3-8cc1-57f46e4a9787",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"FrequencyNeeded": 1,
"ValueNeededDate": "2025-11-26T22:22:51.5515826-08:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "67e425c1-95db-44e2-9f53-4d2bf2dbec62",
"CreateDate": "2025-11-26T22:22:51.5515826-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-11-26T22:22:51.5515826-08:00",
"LastModifiedUser": "sample string 8"
},
"Total": 1,
"Message": "sample string 1"
}