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": "1835acf8-a992-474f-bbd7-0af51ae82fe2",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "db48b396-bafa-44e8-a808-3f6fd722ba2f",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "a380d55a-61c0-49f8-a2af-fa452935a8b9",
"CreateDate": "2026-09-15T10:05:56.794384-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-15T10:05:56.794384-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "6c49dcbb-6be2-43d2-b4b4-1393bd55abf5",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "04dfa9f4-9d65-47ac-a117-11cf0d630046",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "b5041886-cff3-49ef-93e7-71ff8390769a",
"CreateDate": "2026-09-15T10:05:56.794384-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-15T10:05:56.794384-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "0c293ee1-ce8d-4ec5-bb28-eeb43b30ca0a",
"FieldId": "15b720f3-49f3-4cd6-ab56-b601e395235f",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "0c293ee1-ce8d-4ec5-bb28-eeb43b30ca0a",
"FieldId": "15b720f3-49f3-4cd6-ab56-b601e395235f",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-09-15T10:05:56.794384-07:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "bef0c6ca-adb2-472c-8e7f-da4d80c32280",
"CreateDate": "2026-09-15T10:05:56.794384-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-09-15T10:05:56.794384-07:00",
"LastModifiedUser": "sample string 8"
},
"Total": 1,
"Message": "sample string 1"
}