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": "ad7b158f-c560-41cc-8604-293493a13289",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "175b1162-3d54-4994-8778-903eba8c31e3",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "c1c80b57-261f-4244-bbd4-7e87901a97c0",
"CreateDate": "2025-11-05T03:03:14.6127483-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-11-05T03:03:14.6127483-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "c0c7939f-a764-492b-bd07-4a7202743e09",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "58cd969d-dd8d-48c2-bce9-d1d4c3aa717d",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "7fbed015-c4d0-4a45-a32b-34fb28b9f333",
"CreateDate": "2025-11-05T03:03:14.6127483-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-11-05T03:03:14.6127483-08: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": "2025-11-05T03:03:14.6127483-08:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "5814e4b5-8583-45d8-8aa3-6b2bff953840",
"CreateDate": "2025-11-05T03:03:14.6127483-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-11-05T03:03:14.6127483-08:00",
"LastModifiedUser": "sample string 8"
},
"Total": 1,
"Message": "sample string 1"
}