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": "3cdc6ba8-a27d-4141-9e62-7b30cbd2fedb",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "90a640bc-abe5-4da9-a70b-57cc5315afd0",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "f2e50e71-ca62-4e1f-be00-11baec38c185",
"CreateDate": "2026-09-02T00:33:45.3465961-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-02T00:33:45.3465961-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "efe041eb-362b-4e33-a201-17734eee9679",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "4887294b-530b-4727-9268-bd1edbc4909c",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "d6492c5d-aca1-4d5a-87f3-da6f49950e32",
"CreateDate": "2026-09-02T00:33:45.3465961-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-02T00:33:45.3465961-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "8bd2c7c5-ce2e-4ece-b9aa-472ac14fe792",
"FieldId": "d3edcff8-f06a-4bbf-9646-d21f0cf07758",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "8bd2c7c5-ce2e-4ece-b9aa-472ac14fe792",
"FieldId": "d3edcff8-f06a-4bbf-9646-d21f0cf07758",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-09-02T00:33:45.3465961-07:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "b530fee2-f8fc-4673-87e1-8493afb675fd",
"CreateDate": "2026-09-02T00:33:45.3465961-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-09-02T00:33:45.3465961-07:00",
"LastModifiedUser": "sample string 8"
},
"Total": 1,
"Message": "sample string 1"
}