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": "214f084c-d446-4ef7-a9fa-9cfe00535a96",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "db014369-f612-4812-996e-eafb7d3c38ce",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "52ae1c34-3917-4bce-a9db-36e9fe56712b",
"CreateDate": "2026-08-12T11:16:15.4068955-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-12T11:16:15.4068955-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "02d9834b-82f6-496d-a593-37f2b909e266",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "f2144a9d-f277-4cd7-8595-80635bcadccb",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "800a6aea-87ff-4b1c-a461-16afd6fd12c5",
"CreateDate": "2026-08-12T11:16:15.4068955-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-12T11:16:15.4068955-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "aa5eff2d-66f7-4552-beef-965b0711a5f6",
"FieldId": "43205cf7-9207-46cd-b4bd-e160f9f56ab1",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "aa5eff2d-66f7-4552-beef-965b0711a5f6",
"FieldId": "43205cf7-9207-46cd-b4bd-e160f9f56ab1",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-08-12T11:16:15.4068955-07:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "e0b9dfb1-8eda-41aa-8d9f-5a9db3a2778e",
"CreateDate": "2026-08-12T11:16:15.4068955-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-08-12T11:16:15.4068955-07:00",
"LastModifiedUser": "sample string 8"
},
"Total": 1,
"Message": "sample string 1"
}