- Overview
- Reference
- API Structure
- Public API
- Introduction
- Loyalty Club
- Member
- Offers
- Rewards
- Games
- CMS Content
- Management API
- Introduction
- Core
- Applications
- Privacy Policy
- Cookie Policy
- Terms
- Domains
- Domain Email Configs
- Domain Web Configs
- TLS Certificates
- Links
- Fonts
- Subunits
- Subunits Scopes
- SMS Sender Identities
- Contacts
- Translations
- Promotions Policy
- Tracker
- Social Logins
- Billing
- Members
- Listing Members
- Member Profile
- Imports
- Groups
- Programs
- Benefits
- Cars
- Webhooks
- Misc
- Receipts
- Stores
- Offers
- Rewards
- Triggerer
- CMS
- Introduction
- Pages
- Components
- Website
- Website Domains
- Venue Info
- Landing Pages
- Landing Page Templates
- Articles
- Events
- Events Groups
- Job Postings
- Press Releases
- Tags
- Service Messages
- Content Prototypes
- ContentPrototype Model
- List Content Prototypes
- Show Content Prototype
- Create Content Prototype
- Update Content Prototype
- Destroy Content Prototype
- List Organization Content Prototypes
- Show Organization Content Prototype
- Create Organization Content Prototype
- Update Organization Content Prototype
- Destroy Organization Content Prototype
- Mixed Content
- Attachments
- Events
- Games
- Scraper
- Files
- Receipts
- Users API
- Operations API
- Introduction
- Manager API
- Introduction
- Settings
- ABM Links
- Members
- Issues
- Articles
- Articles Categories
- Documents
- Resource Types
- Resources
- Revenue Reporting
- Alerts
- Alert Templates
- Footfall Reporting
- Tenant API
- Messaging API
- Data API
- ML API
- Introduction
- Predict Sending KPI v1
- Explain Sending KPI Prediction v1
- Predict Sending KPI In Date Range v1
- Predict Sending Popularity v2
- Predict Sending Text Popularity v2
- Predict Sending Time Series Popularity v2
- Explain Sending Popularity Prediction v2
- Explain Sending Text Popularity Prediction v2
- Explain Sending Time Series Popularity Prediction v2
- Recommend sending time v2
- Generate Image
- Generate Text
- Generate Sending Text
- (Draft) Reporting API
- Other
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
Query Parameters#
Response Body#
store
, store attributes are returned: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
X-Loyalty-Club-Slug
stringÂ
required
Default:
{{LOYALTY_CLUB_SLUG}}
X-Client-Authorization
stringÂ
optional
Default:
{{API_TOKEN}}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
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;' \
--header 'X-Client-Authorization: '
Responses
🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2024-05-07 15:49:13