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": "b7392866-d899-4bde-acb4-e48a68bd53fe",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "db4f7715-8f71-4d08-a0f6-4b39683ceff1",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "beeead0d-4a8a-4719-8d3c-5685fbb41781",
"CreateDate": "2026-01-19T09:49:30.445463-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-19T09:49:30.445463-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "7ed9b999-138b-44f3-b6ee-206012935146",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "4cc77039-c223-4002-a8bc-11cbff1230a1",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "4c906667-bf28-476a-a7ba-d6c463f93999",
"CreateDate": "2026-01-19T09:49:30.445463-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-19T09:49:30.445463-08:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "a93ff631-f0ad-4cae-af88-25e79f388ecb",
"FieldId": "8f2ace75-af50-4259-b2e1-2cf8bfa8c7cf",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "a93ff631-f0ad-4cae-af88-25e79f388ecb",
"FieldId": "8f2ace75-af50-4259-b2e1-2cf8bfa8c7cf",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-01-19T09:49:30.445463-08:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "04cd95ac-cc14-496a-98cb-247465e334d6",
"CreateDate": "2026-01-19T09:49:30.445463-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-01-19T09:49:30.445463-08:00",
"LastModifiedUser": "sample string 8"
},
"Total": 1,
"Message": "sample string 1"
}