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": "2bbe6439-250d-4850-9c74-c5329e84ed21",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "a912f8d3-8959-4fa6-b1b1-548e98caa218",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "4d0adbba-3733-42e0-9205-4f6ba923e6d7",
"CreateDate": "2026-01-16T16:21:19.5832508-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-16T16:21:19.5832508-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "1ce1a3f0-f5d4-47e8-9a0d-385715f1953f",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "86ed69a3-7b3b-416d-96be-aad92c2e306f",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "0f573589-ded0-46ee-bc3d-8fc6e702b301",
"CreateDate": "2026-01-16T16:21:19.5832508-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-16T16:21:19.5832508-08:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "6733b304-095f-4fbd-931d-5e426fba0532",
"FieldId": "7a9095dd-5119-4e35-a99f-3a89e9b84b0f",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "6733b304-095f-4fbd-931d-5e426fba0532",
"FieldId": "7a9095dd-5119-4e35-a99f-3a89e9b84b0f",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-01-16T16:21:19.5832508-08:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "4f63dd53-fadc-4b82-a4f5-b26c72f36cfe",
"CreateDate": "2026-01-16T16:21:19.5832508-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-01-16T16:21:19.5832508-08:00",
"LastModifiedUser": "sample string 8"
},
"Total": 1,
"Message": "sample string 1"
}