Placewise API
Get startedExplore
Get startedExplore
Performance Cloud 🗗
Placewise 🗗
ExplorePublic APIManagement APIUsers APIOperations API
Messaging APIReporting APIML APIData API
ExplorePublic APIManagement APIUsers APIOperations API
Messaging APIReporting APIML APIData API
  1. Revenue Reporting
  • Introduction
  • Manager API
    • Introduction
    • Settings
      • Introduction
      • Show Operations Settings
      • Update Settings
    • ABM Links
      • List ABM Links
      • Show Unassigned ABM Links Count
      • Import ABM Links
    • Members
      • Show Contact
      • Delete Contact
      • Update Contact
    • Issues
      • Introduction
      • Reopen Issue
      • List Issue Types
      • List Issues
      • Show Issue
      • Accept Issue
      • Resolve Issue
    • Articles
      • Introduction
      • List Articles
      • Show Article
      • Create Article
      • Update Article
      • Destroy Article
    • Articles Categories
      • Introduction
      • List Categories
      • Show Category
      • Create Category
      • Update Category
      • Destroy Category
      • List Categories with Articles
    • Documents
      • Introduction
      • List Documents
      • Show Document
      • List Document Recipients
      • Create Document
      • Update Document
      • Add Recipients to the Document
      • Destroy Document
    • Resource Types
      • Introduction
      • Show Resource Type Schema
      • Update Resource Type Schema
    • Resources
      • Introduction
      • Delete Resource
      • List Resources
      • Show Resource
      • Accept Resource
      • Reject Resource
      • Create a Resource Reminder
    • Revenue Reporting
      • Introduction
      • List Store Tax Categories
        GET
      • Bulk Update Store Tax Categories
        PUT
      • List Aggregated Reports
        GET
      • List Aggregated Reports As Csv
        GET
      • Show Policy
        GET
      • Update Policy
        PUT
      • List Tax Categories
        GET
      • Bulk Update Tax Categories
        PUT
      • Download revenue reports import template
        GET
      • Import revenue reports from file
        POST
    • Alerts
      • Introduction
      • Recall Alert
      • Deactivate Alert
      • List Alerts
      • Show Alert
      • List Alert Recipients
      • Create Alert
      • Accept Alert
      • Reject Alert
    • Alert Templates
      • Introduction
      • List Alert Templates
      • Show Alert Template
      • Create Alert Template
      • Update Alert Template
      • Destroy Alert Template
    • Footfall Reporting
      • List Footfall Reports
      • Bulk Update Reports
  • Tenant API
    • Introduction
    • Documents
      • Introduction
      • List Documents
      • Show Document
      • Confirm Document
    • Resource Types
      • Show Resource Type Schema
    • Resources
      • Introduction
      • List Resources
      • List Deleted Resources
      • Show Resource
      • Create Resource
      • Update Resource
      • Destroy Resource
      • Resubmit Resource
      • Restore Resource
    • Alerts
      • Introduction
      • List Alert Types
      • List Alerts
      • Show Alert
      • Create Alert
      • Report to Alert
    • Alert Templates
      • List Alert Templates
    • Push App Tokens
      • Introduction
      • Add App Tokens
    • Revenue Reporting
      • List Reporting Periods
      • List Reporting Period Reports
      • Bulk Update Reports
      • List Tax Categories
      • List Store Tax Categories
      • Bulk Update
    • ABM Links
      • Assign ABM Link
      • Send ABM Link
    • Issues
      • Introduction
      • List Issues
      • Show Issue
      • Create Issue
      • Update Issues
      • Destroy Issue
    • Articles
      • Introduction
      • List Articles
      • Show Article
      • List Categories with Articles
  1. Revenue Reporting

List Aggregated Reports As Csv

Pending
GET
https://api.mpc.dev.placewise.com/v1/operations/revenue_reporting/reports/aggregated.csv
API Permit:Operations:Api:RevenueReportingTaxCategories:List
API Context:Loyalty Club
Authorizations:UserToken
Returns reports CSV data aggregated by given subject within given time period.

Query Parameters#

See Reports -> List aggregated query params

Response Body#

Following reports data is returned in CSV:
Name
Revenue
Revenue - growth
Revenue average
Revenue average - growth
Revenue per area unit
Revenue per area unit - growth
Transactions no.
Transactions no. - growth
Transactions no. average
Transactions no. average - growth
Transactions no. per area unit
Transactions no. per area unit - growth
Complete data?
Also, when aggregating by store, store attributes are returned:
Store Floor
Store Category
Store Zone
Store Area

Example#

"Name","Revenue","Revenue - growth","Revenue average","Revenue average - growth","Revenue per area unit","Revenue per area unit - growth","Transactions no.","Transactions no. - growth","Transactions no. average","Transactions no. average - growth","Transactions no. per area unit","Transactions no. per area unit - growth","Complete data?"
"Total","1520.0","181.48","217.1429","141.27","6.08","181.48","14500","83.54","2071.43","57.32","58.0","83.54","false"
"2021-08-01","1050.0","517.65","350.0","311.76","4.2","517.65","10400","352.17","3466.67","201.45","41.6","352.17","false"
"2021-08-02","260.0","36.84","130.0","36.84","1.04","36.84","1700","-46.88","850.0","-46.88","6.8","-46.88","true"
"2021-08-03","210.0","16.67","105.0","16.67","0.84","16.67","2400","0.0","1200.0","0.0","9.6","0.0","true"
"Name","Revenue","Revenue - growth","Revenue average","Revenue average - growth","Revenue per area unit","Revenue per area unit - growth","Transactions no.","Transactions no. - growth","Transactions no. average","Transactions no. average - growth","Transactions no. per area unit","Transactions no. per area unit - growth","Complete data?","Store Floor","Store Category","Store Zone","Store Area"
"Total","8040.0","-22.54","182.72729999999999","16.19","32.16","-22.54","77700","-28.06","1850.0","13.06","310.8","-28.06","false","","",""
"Disc world","2060.0","-39.94","108.42110000000001","-2.01","10.3","-39.94","19200","-50.13","1010.53","-18.63","96.0","-50.13","true","0","0","Fashion","200"
"Kitty world","2470.0","-24.23","117.619","11.85","49.4","-24.23","22400","-35.07","1178.95","5.93","448.0","-35.07","false","Zone B","1","nowa kategoria tanantowa","50"

Request

Header Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C#
Ruby
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.mpc.dev.placewise.com/v1/operations/revenue_reporting/reports/aggregated.csv' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'X-Customer;' \
--header 'Authorization: Bearer ' \
--header 'X-Client-Authorization: '

Responses

🟢200Success
application/json
Body

Example
{}
Previous
List Aggregated Reports
Next
Show Policy
Built with