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": "decc73ac-9c58-45d3-9fd0-45dbbfbd0dda",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "d151f4a1-ba33-4537-9ccb-fb61d2244d5f",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "60ecb9aa-c6a8-4367-9764-01c9056670a5",
"CreateDate": "2026-04-30T21:01:24.692512-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-30T21:01:24.692512-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "6f94d777-f7bf-4e47-9c36-c9068fe33e5f",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "6a116f44-69e4-4cdf-b794-45e26905ea03",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "91be2751-3971-4b11-bd70-e9e67028b321",
"CreateDate": "2026-04-30T21:01:24.692512-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-30T21:01:24.692512-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "fd785d7f-a559-43d2-965e-4984c1299cf7",
"FieldId": "56df9046-4859-4017-9a9f-dc94ab0e850c",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "fd785d7f-a559-43d2-965e-4984c1299cf7",
"FieldId": "56df9046-4859-4017-9a9f-dc94ab0e850c",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-04-30T21:01:24.692512-07:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "1b103430-c3ff-4b11-bb20-66366b0909f4",
"CreateDate": "2026-04-30T21:01:24.692512-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-04-30T21:01:24.692512-07:00",
"LastModifiedUser": "sample string 8"
},
"Total": 1,
"Message": "sample string 1"
}