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 |