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": "991fb130-327a-467c-ade0-c89c0fc1cd75",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "b50e3eec-7942-4f8e-a5e2-e900157b0f76",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "2e6a626b-5901-4694-94c8-8602376f2a65",
"CreateDate": "2026-03-13T14:00:25.3705958-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-13T14:00:25.3705958-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "ee2e2aff-76c3-4d4c-b994-278f18cb4ab0",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "9db73ea4-e913-4c5f-a0f5-04c3a6d19fcd",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "b1e8d8cb-6d65-48c5-8573-e115786262be",
"CreateDate": "2026-03-13T14:00:25.3705958-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-13T14:00:25.3705958-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "dd102a33-e3a8-4f0a-9f30-587bc2281bc0",
"FieldId": "b96f8fe2-cbd8-4b58-af14-2fa4d83c6846",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "dd102a33-e3a8-4f0a-9f30-587bc2281bc0",
"FieldId": "b96f8fe2-cbd8-4b58-af14-2fa4d83c6846",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-03-13T14:00:25.3705958-07:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "611cdcd8-b7c8-49a0-aa66-6d58380275c9",
"CreateDate": "2026-03-13T14:00:25.3705958-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-03-13T14:00:25.3705958-07:00",
"LastModifiedUser": "sample string 8"
},
"Total": 1,
"Message": "sample string 1"
}