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": "8ea21a0f-8e4a-4933-a302-5e9052d48df1",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "ad6ef450-08c1-4c0e-b7cb-3903043c39b3",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "9fdca513-1c23-41e0-b25d-88de0d8c52c1",
"CreateDate": "2026-03-19T10:37:46.7330932-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-19T10:37:46.7330932-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "fdedeb2d-c74c-45bc-bc5e-2fa6c9f78eba",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "39578af3-5c38-4492-87ae-63777dea5ed4",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "803899eb-1c24-4b70-a710-fe06eb54665a",
"CreateDate": "2026-03-19T10:37:46.7330932-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-19T10:37:46.7330932-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "331b6d10-3490-4406-9822-8edfe566b7e3",
"FieldId": "8f27e2ed-0a0c-4038-8854-de2ccd19fc04",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "331b6d10-3490-4406-9822-8edfe566b7e3",
"FieldId": "8f27e2ed-0a0c-4038-8854-de2ccd19fc04",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-03-19T10:37:46.7330932-07:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "0e26ed5e-4e93-4191-b9f7-3d8421ec73c6",
"CreateDate": "2026-03-19T10:37:46.7330932-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-03-19T10:37:46.7330932-07:00",
"LastModifiedUser": "sample string 8"
},
"Total": 1,
"Message": "sample string 1"
}