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": "bc14711b-3a3d-4d42-9166-3725127763d4",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "b0e1d4c9-aa06-4f19-865c-5d5989ad31f4",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "eede8318-10e1-4572-82be-99a2b78207eb",
"CreateDate": "2026-06-02T11:19:02.9269802-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-02T11:19:02.9269802-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "2c4560d8-41fd-4b32-aedd-ee08242c5332",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "98bbca66-1b11-44b5-85a5-3662774b1cfc",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "9927bded-7590-4ddf-9722-a37b0c79fb90",
"CreateDate": "2026-06-02T11:19:02.9269802-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-02T11:19:02.9269802-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-02T11:19:02.9269802-07:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "6757f878-4a3c-48d6-ae8d-395c99e19a37",
"CreateDate": "2026-06-02T11:19:02.9269802-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-06-02T11:19:02.9269802-07:00",
"LastModifiedUser": "sample string 8"
},
"Total": 1,
"Message": "sample string 1"
}