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}
Attribute | Type | Required | Location | Description | Example |
---|---|---|---|---|---|
Public-Token | string | Yes | header | Access token to API RuStore. | N/A |
packageName | string | Yes | path | App package name Maximum length: 50 characters | com.myapp.example |
from | date | Yes | query | Starting date for uploading reviews, specified in YYYY-MM-DD format. | 2023-06-01 |
to | date | Yes | query | Ending date for uploading reviews, inclusive, specified in YYYY-MM-DD format. | 2023-06-05 |
Response example
File in .csv
.
File content
Column title | Description |
---|---|
Package Name | App package name |
User App Version | App version |
Review Submit Date and Time | Review date |
Review Last Update Date and Time | Date of review moderation and publication |
Star Rating | Review rating |
Review Text | Review text |
User name | Review author's name |
Comment Id | Reviewid |
Like counter | Number of likes to a review from other users |
Dislike counter | Number of dislikes for a review from other users |
edited | Sign 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'