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": "32b7c97f-04fe-4d61-87c0-1686614750ce", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "2a8269f8-774c-4bd0-b83e-3fd3e2d2ca2b", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "5320a43d-c0d5-4c50-ab8b-382ac785e768", "CreateDate": "2025-06-02T05:30:00.6544338-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-02T05:30:00.6544338-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "06c431fe-4ebd-4fa4-9a2f-54b70d823c7e", "Name": "sample string 1" }, "Unit": { "UnitId": "a9e4f181-5496-4c9e-bace-9a0a7f14a239", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "b13c30e4-881e-4b23-9557-c1489122e80a", "CreateDate": "2025-06-02T05:30:00.6544338-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-06-02T05:30:00.6544338-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "e4610706-9f57-4350-9b01-7a6ca1b5ad5b", "FieldId": "8747c9df-67b0-4a8e-836c-3f2f68cd1f07", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "e4610706-9f57-4350-9b01-7a6ca1b5ad5b", "FieldId": "8747c9df-67b0-4a8e-836c-3f2f68cd1f07", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "FrequencyNeeded": 1, "ValueNeededDate": "2025-06-02T05:30:00.6544338-07:00", "IsAccumulator": true, "SourceSystemId": "sample string 5", "CompanyId": "65eecb2b-3784-47de-a877-18517209d593", "CreateDate": "2025-06-02T05:30:00.6544338-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-06-02T05:30:00.6544338-07:00", "LastModifiedUser": "sample string 8" }, "Total": 1, "Message": "sample string 1" }