Skip to main content

Receiving feedback in .csv

This method allows retrieving all reviews in .csv for a certain period of time.

Key Points to Note:

  • The minimum duration for selecting reviews is 1 day.
  • The maximum duration for selecting reviews is limited to 92 days.

Interaction parameters

GET https://public-api.rustore.ru/public/v1/application/{packageName}/comment/export?from={date_from}&to={date_to}

AttributeTypeRequiredLocationDescriptionExample
Public-TokenstringYesheaderAccess token to API RuStore.N/A
packageNamestringYespathApp package name Maximum length: 50 characterscom.myapp.example
fromdateYesqueryStarting date for uploading reviews, specified in YYYY-MM-DD format.2023-06-01
todateYesqueryEnding date for uploading reviews, inclusive, specified in YYYY-MM-DD format.2023-06-05

Response example

File in .csv.

File content

Column titleDescription
Package NameApp package name
User App VersionApp version
Review Submit Date and TimeReview date
Review Last Update Date and TimeDate of review moderation and publication
Star RatingReview rating
Review TextReview text
User nameReview author's name
Comment IdReviewid
Like counterNumber of likes to a review from other users
Dislike counterNumber of dislikes for a review from other users
editedSign of review edits

Request example

curl --location 'https://public-api.rustore.ru/public/v1/application/ru.voonsh.push/comment/export?from=2023-03-03&to=2023-04-28' \
--header 'Public-Token: eyJlbmMiOiJBMjU2R0NNIiwiYWxnIjoiUlNBLU9BRVAtMjU2In0.h635qF_TZc43287jXQVImu_-o4eVFQwrQYe2WnjbywC_KUC4oX6W3ssyPWzlAugd2RELbVCTk1wiDdKwPIbkOJC_HdF0yAmnPg0PRxwyfCHblRuccuuEg_l6sKY1Fqrh6kH3D5N2i_HnDei-hTusAvHR333ZstAK73dc-4Ecn24jb1XyBsdg0_KddKaRpEjTMSudIV6rdpBNMlQRUyQufrP2RMXK5Kc_0gY0iA-tazQoOJmK4xstHmuFbSBx3J6oN5QIlYonx0LZ6ABf2fD0O1E7LFsVUMd2bOdLYg5id5bTRXKd238iB5snmPhGJJN3d6v8xdoV5TdOMGPvjO0A5A.-mSbEMAvEglyEOJu.eKxraHkohwEcn3cG4glUBnwypjnapol4WnwhQGyKe-TDq9TGNj9CO4hnXGh4UPSRI55w73pJwSCuDe7LfsQ8zqBVjirT_HXypowHsWBwvBG-6rwSRvhZsad2YY8wHTZeXOddVynWnESoKAnXIdImafEbIWN1Hik.VJ-b1KxDxMrgJTz_Vuul2Q'