Skip to main content

Reporting

Table of сontents

InCountry provides two reporting use cases. Reporting of detailed regulated data within a country, and reporting of aggregated and anonymized data outside a country.

  • Detailed reporting within a country can combine regulated data and unregulated data, with filtering, grouping, and aggregation. Your application can continue to provide drill down functionality and users can use data they are authorized to see. For example, a Sales Manager can see the total pipeline amount by city and drill down and see each prospect.

  • Aggregate reporting outside a country uses InCountry’s aggregation functions so that reports running outside a country can provide aggregates of regulated data. For example, a Sales Manager can see the total pipeline amount by city, but can not drill down and see each prospect.

Detailed reporting

To implement the detailed reporting within your web application, you can use the Border service which will unredact the GET response querying records with regulated data.

For the details on how to properly implement this, please see our documentation.

Aggregated reporting

To implement the aggregated reporting within your web application, you can use the REST API that provides the aggregation endpoint.

For the details on how to properly implement this, please see our documentation.