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": "6535f4f5-ed71-41ab-a4ff-a6c4706008ed",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "26d9a7d1-aed4-4ecd-92c0-d86db865871d",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "10d5c727-1cc6-4253-82c5-5611933b57a3",
"CreateDate": "2026-04-09T22:49:05.6578202-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-09T22:49:05.6578202-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "122ced4a-28f4-4f3b-b15a-8c34bdcb0919",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "5996eb03-ad96-479a-83c2-dcac3f11b661",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "bb66b948-ce47-411a-93bc-2419f46de310",
"CreateDate": "2026-04-09T22:49:05.6578202-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-09T22:49:05.6578202-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "e536914b-a138-414a-bc1f-f190c5413666",
"FieldId": "bb08df3e-5cae-48b7-a622-a3418f608e08",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "e536914b-a138-414a-bc1f-f190c5413666",
"FieldId": "bb08df3e-5cae-48b7-a622-a3418f608e08",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-04-09T22:49:05.6578202-07:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "3bb42fbb-a318-4363-9327-5a4aca9e7b61",
"CreateDate": "2026-04-09T22:49:05.6578202-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-04-09T22:49:05.6578202-07:00",
"LastModifiedUser": "sample string 8"
},
"Total": 1,
"Message": "sample string 1"
}