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": "84f3feef-e686-4802-b4ab-4770d03a4051", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "40e7849b-1171-43ac-a6f0-54d140561d51", "Name": "sample string 1", "Description": "sample string 2", "IsWell": true, "DisplayColor": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "5396f348-db43-4d20-b5d0-22d9d4035795", "CreateDate": "2025-06-27T07:18:32.2551689-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-06-27T07:18:32.2551689-07:00", "LastModifiedUser": "sample string 8" }, "DataType": { "DataTypeId": "55490e0c-7d08-4bcd-845a-5c9dbb5d8cba", "Name": "sample string 1" }, "Unit": { "UnitId": "26b7c6a8-5d55-4e02-979b-91028f91196d", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "6f4c3494-a1ee-48ae-8e61-594526e25a65", "CreateDate": "2025-06-27T07:18:32.2551689-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-06-27T07:18:32.2551689-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "523fa5d0-5b49-4348-9038-4fe8fd86b209", "FieldId": "6d8a55d8-aa55-40be-a6b0-3eb0e9e250b8", "FieldName": "sample string 1", "FieldLable": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "523fa5d0-5b49-4348-9038-4fe8fd86b209", "FieldId": "6d8a55d8-aa55-40be-a6b0-3eb0e9e250b8", "FieldName": "sample string 1", "FieldLable": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "FrequencyNeeded": 1, "ValueNeededDate": "2025-06-27T07:18:32.2551689-07:00", "IsAccumulator": true, "SourceSystemId": "sample string 5", "CompanyId": "910996d4-629e-41aa-abd7-3eefa9e4a457", "CreateDate": "2025-06-27T07:18:32.2551689-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-06-27T07:18:32.2551689-07:00", "LastModifiedUser": "sample string 8" }, "Total": 1, "Message": "sample string 1" }