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": "aa1d8c52-6213-4dcf-876f-7a007eb0f72c",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "cb4597ce-c83e-4d0c-9b9e-2450ababe277",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "bdd67fe8-3fb0-4d6a-b102-772bfb1abd68",
"CreateDate": "2026-07-13T23:59:22.0825362-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-13T23:59:22.0825362-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "6b1dbf33-c542-47cc-9b55-4593615fbe51",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "9c6ff879-1a5f-40af-b634-47dba96db873",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "ab6e342d-e008-4130-9723-769f148d1dd5",
"CreateDate": "2026-07-13T23:59:22.0825362-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-13T23:59:22.0825362-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
"sample string 1",
"sample string 2"
],
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-07-13T23:59:22.0825362-07:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "e8f1d8dd-e094-4aab-9009-87b1b007fc2a",
"CreateDate": "2026-07-13T23:59:22.0825362-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-07-13T23:59:22.0825362-07:00",
"LastModifiedUser": "sample string 8"
},
"Total": 1,
"Message": "sample string 1"
}