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": "b129701a-1e92-414a-b3a0-8aeaeeb9b3c2",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "2cf8206a-cc09-49f9-9c47-acbd1595f559",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "b7c5d513-2d3e-4367-be6d-7c610353770f",
"CreateDate": "2026-03-01T02:10:48.6484579-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-01T02:10:48.6484579-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "9f867c32-1058-4c4f-a68b-b93a5ce17e74",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "80a5a235-e0da-4d00-8662-833aa6b46aa7",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "0d5e49a4-8708-4a32-9345-2ad5c6ec95a8",
"CreateDate": "2026-03-01T02:10:48.6484579-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-01T02:10:48.6484579-08:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "a1ea23c9-932f-46b8-aca7-3e0574df4553",
"FieldId": "fb0c24ea-c8b3-4d98-b13f-8b9e8e4ae13d",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "a1ea23c9-932f-46b8-aca7-3e0574df4553",
"FieldId": "fb0c24ea-c8b3-4d98-b13f-8b9e8e4ae13d",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-03-01T02:10:48.6484579-08:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "77c7c828-15ae-45ed-ab69-bbe0140ea264",
"CreateDate": "2026-03-01T02:10:48.6484579-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-03-01T02:10:48.6484579-08:00",
"LastModifiedUser": "sample string 8"
},
"Total": 1,
"Message": "sample string 1"
}