Csv
This endpoint lets you export user data from the platform. To use it you need to provide a valid media id.
Export analytic data for a specified media file as a CSV.
Path parameters
mediaIdstringRequired
Query parameters
userAddressstringOptional
fromDatestringOptional
toDatestringOptional
onlyCountnumberOptional
Responses
200
Will return CSV
403
If the account is not the owner of the file and has no super admin access.
404
If the media file ID is invalid
get
GET /api/analytics/{mediaId}/csv HTTP/1.1
Host: api.rair.market
Accept: */*
No content
Was this helpful?