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": "edd58d90-2be5-4120-8409-6c1462dd8fda",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "3a1f079c-f102-42e2-a2bd-7a160a8e5a6f",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "2e956997-e41d-4b25-9cb6-eedae61c835a",
"CreateDate": "2026-04-27T20:30:47.3695674-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-27T20:30:47.3695674-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "cacd954a-8d56-43d8-9395-19c6d29a08f0",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "cc2859b9-4f3a-4bd4-8c9b-bfccb66cfcad",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "26727d52-24c8-4ca8-87c1-f88e4c3e76ee",
"CreateDate": "2026-04-27T20:30:47.3695674-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-27T20:30:47.3695674-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "3ea82353-75e9-4228-9f1b-b08f91b49fbc",
"FieldId": "1f17337f-11d0-4285-ba4a-9f1bd2d49247",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "3ea82353-75e9-4228-9f1b-b08f91b49fbc",
"FieldId": "1f17337f-11d0-4285-ba4a-9f1bd2d49247",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-04-27T20:30:47.3695674-07:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "f3e52162-27ab-4936-b3da-7e0fc249bc8c",
"CreateDate": "2026-04-27T20:30:47.3695674-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-04-27T20:30:47.3695674-07:00",
"LastModifiedUser": "sample string 8"
},
"Total": 1,
"Message": "sample string 1"
}