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": "005bfee5-bb26-4f3b-a20c-6a3620292b33",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "7c8ae4d8-b7af-4b87-8475-897c8d9e8815",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "53908945-a18c-4804-aa35-65a3c17205f8",
"CreateDate": "2026-06-23T07:41:57.978941-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-23T07:41:57.978941-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "d5743c24-a6f9-4753-9863-1c45be39a9e1",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "9194f707-0ed6-482f-a5e2-d46fd3660400",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "1f729762-98ab-446a-b5c8-e966b3260ab1",
"CreateDate": "2026-06-23T07:41:57.978941-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-23T07:41:57.978941-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-06-23T07:41:57.978941-07:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "138cc718-601f-46e9-abba-aaad797af99e",
"CreateDate": "2026-06-23T07:41:57.978941-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-06-23T07:41:57.978941-07:00",
"LastModifiedUser": "sample string 8"
},
"Total": 1,
"Message": "sample string 1"
}