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": "a9b890bf-7202-4a74-8f18-836c0e67d79a",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "af41a457-e4fd-4db6-93cd-cff0c6a11388",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "296a3d46-98f4-45e4-a62e-4b6ffc180d45",
"CreateDate": "2025-12-10T05:03:44.4148471-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-10T05:03:44.4148471-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "2c21aadf-b20e-4108-ae1f-88a7821414b7",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "23d241a1-e3bf-45ff-ac67-32f1a52ef534",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "6750e293-b7f1-4315-88c7-f8548b2ac939",
"CreateDate": "2025-12-10T05:03:44.4148471-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-10T05:03:44.4148471-08:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "fd5f3459-d08a-4a46-8fc0-b4f06bfa8420",
"FieldId": "0ba27e20-d737-4a4c-b737-bb588a8ad1e9",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "fd5f3459-d08a-4a46-8fc0-b4f06bfa8420",
"FieldId": "0ba27e20-d737-4a4c-b737-bb588a8ad1e9",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"FrequencyNeeded": 1,
"ValueNeededDate": "2025-12-10T05:03:44.4148471-08:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "eadc7aff-d977-4e1d-83a5-8464b77a08cb",
"CreateDate": "2025-12-10T05:03:44.4148471-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-10T05:03:44.4148471-08:00",
"LastModifiedUser": "sample string 8"
},
"Total": 1,
"Message": "sample string 1"
}