GET Wave Stats using a REST API

The new Wave Stats REST API enables easy access to Wave Stats in your warehouse. You can now retrieve comprehensive and relevant Wave Stats data using standard API calls, supporting integration, real-time reporting, and improved operational visibility.

PAGINATED RESULTS

Fetch paginated data for efficient handling of large result sets by calling:

GET .../lgfapi/v10/entity/wave_stats/

HEAD REQUEST SUPPORT

Obtain metadata about the filtered results without retrieving the full response body by using:

HEAD .../lgfapi/v10/entity/wave_stats/

NOTE:

  • API access is restricted to Wave Stats from facilities that the user is eligible for.

  • Users cannot access data from facilities for which they do not have permissions.

  • Users can access eligible facilities even if they are not marked as their default.

Steps to Enable and Configure

Review the REST service definition in the REST API guides to leverage (available from the Oracle Help Center > your apps service area of interest > APIs & Schema). If you are new to Oracle's REST services you may want to begin with the Quick Start section.