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": "2303cc7c-429e-4cc3-a4ec-c03320d16b5c",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "5a14a4c6-a4c0-4f7a-b6fa-466b64f9321f",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "a7716726-2333-42d7-8cd3-b8971c9fe779",
"CreateDate": "2026-06-25T14:29:58.7258081-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-25T14:29:58.7258081-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "a1b01676-b1e3-4611-92e2-4632c99dc611",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "c0db6093-5f06-4b92-a5a8-4fec3026fc98",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "2587ec7c-7e31-49d1-81c4-586143974123",
"CreateDate": "2026-06-25T14:29:58.7258081-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-25T14:29:58.7258081-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "18cbd050-d01c-4008-b223-2f15ee0603a9",
"FieldId": "95ddcb26-f5c8-40b0-88f0-3f51b96a8e75",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "18cbd050-d01c-4008-b223-2f15ee0603a9",
"FieldId": "95ddcb26-f5c8-40b0-88f0-3f51b96a8e75",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-06-25T14:29:58.7258081-07:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "8f68cde5-5af0-4566-8972-1cf2976a25d9",
"CreateDate": "2026-06-25T14:29:58.7258081-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-06-25T14:29:58.7258081-07:00",
"LastModifiedUser": "sample string 8"
},
"Total": 1,
"Message": "sample string 1"
}