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": "7cf0d750-5955-4105-a51c-86847e6860b7",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "bc062d38-be62-463e-8c4a-97354084a428",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "35cbeb9c-c651-41b2-b7af-cbf24e9cd563",
"CreateDate": "2026-07-02T17:24:50.0074022-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-02T17:24:50.0074022-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "83b208d9-8acd-4fad-ae18-70bd2153afa3",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "c38534f5-29fa-411b-9444-f0be1b343a17",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "aedfcb10-821b-45ee-a695-3578e6bcc051",
"CreateDate": "2026-07-02T17:24:50.0074022-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-02T17:24:50.0074022-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "0f16a326-5a74-44ab-99b3-df01c4bd9b91",
"FieldId": "44fa45c4-6e10-4dbd-aaf5-626a5db375f5",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "0f16a326-5a74-44ab-99b3-df01c4bd9b91",
"FieldId": "44fa45c4-6e10-4dbd-aaf5-626a5db375f5",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-07-02T17:24:50.0074022-07:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "dfd06765-3947-49cf-bcf1-c571727f2758",
"CreateDate": "2026-07-02T17:24:50.0074022-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-07-02T17:24:50.0074022-07:00",
"LastModifiedUser": "sample string 8"
},
"Total": 1,
"Message": "sample string 1"
}