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": "75e80baf-a262-4e07-848c-978558228c50",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "686a8eb7-727e-4db3-9a24-d3f1d263d99d",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "f120c170-ec63-4776-a835-d7be5efc1f2a",
"CreateDate": "2025-12-01T15:15:35.610076-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-01T15:15:35.610076-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "c79e6856-bd4e-496d-bdd5-6e4a0bad7fad",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "4f80f9f9-808d-4a5a-8d11-1fe9593bc255",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "42a06b33-485f-4f49-888e-9cbe79a345f2",
"CreateDate": "2025-12-01T15:15:35.610076-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-01T15:15:35.610076-08:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "f2c3b24b-e809-4271-a96d-dcbec7402e3a",
"FieldId": "8dac7d71-5238-42ec-bac2-a09b67bbe043",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "f2c3b24b-e809-4271-a96d-dcbec7402e3a",
"FieldId": "8dac7d71-5238-42ec-bac2-a09b67bbe043",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"FrequencyNeeded": 1,
"ValueNeededDate": "2025-12-01T15:15:35.610076-08:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "0d32d149-7498-4b2a-a11d-cde4d9c77bad",
"CreateDate": "2025-12-01T15:15:35.610076-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-01T15:15:35.610076-08:00",
"LastModifiedUser": "sample string 8"
},
"Total": 1,
"Message": "sample string 1"
}