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": "894833bc-94a7-475b-987a-667a15e691b8", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "12890109-486f-44cf-a34d-b2d288b92e17", "Name": "sample string 1", "Description": "sample string 2", "IsWell": true, "DisplayColor": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "ee74ab94-9441-4904-9fd1-b5dc73a00701", "CreateDate": "2025-08-29T17:17:19.1467712-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-08-29T17:17:19.1467712-07:00", "LastModifiedUser": "sample string 8" }, "DataType": { "DataTypeId": "88f3aebd-c23a-4144-a8c1-ca27cc4a08cb", "Name": "sample string 1" }, "Unit": { "UnitId": "48050d21-3fba-4b67-85d8-4a9d9ba93ad2", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "497cd4dd-8492-4fec-884a-5fb31d1c56c6", "CreateDate": "2025-08-29T17:17:19.1467712-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-08-29T17:17:19.1467712-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "bc3ed51f-c0ce-4a20-bb93-5181f90d8747", "FieldId": "bda61f90-6c1a-42d4-9f96-1c5b63adb76b", "FieldName": "sample string 1", "FieldLable": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "bc3ed51f-c0ce-4a20-bb93-5181f90d8747", "FieldId": "bda61f90-6c1a-42d4-9f96-1c5b63adb76b", "FieldName": "sample string 1", "FieldLable": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "FrequencyNeeded": 1, "ValueNeededDate": "2025-08-29T17:17:19.1467712-07:00", "IsAccumulator": true, "SourceSystemId": "sample string 5", "CompanyId": "dbd044e2-a5ce-4be5-bd75-e0b2063b9fcd", "CreateDate": "2025-08-29T17:17:19.1467712-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-08-29T17:17:19.1467712-07:00", "LastModifiedUser": "sample string 8" }, "Total": 1, "Message": "sample string 1" }