General Review Management Workflow
-
Developers have several options for managing their app reviews using the RuStore API:
-
receive feedback on their application by utilizing the "Get App Feedback" method.
-
receive feedback in CSV through the "Receiving Feedback in .csv Format" method.
-
-
Responding to Reviews: Developers can actively engage with user reviews by employing the "Respond to Review" method.
-
Moderation Status: To check the moderation status of a response to a review, developers can use the "Get the Status of a Response to a Review" method
-
Editing Responses: Developers can also modify a previously published response to a review by utilizing the "Change Response to Review" method.
-
Deleting Responses: Developers can delete a response to a review using the "Delete a Response to a Review" method whenever so required.
-
Getting App Rating: To retrieve the overall app rating, developers can employ the "Get App Rating" method.
For all of these methods, it is essential to obtain an access token for the RuStore API, which has a lifespan of 15 minutes .
Possible error codes
Code | Value |
---|---|
200 | OK |
400 | Invalid request |
401 | Not authorized |
404 | Not found |
500 | Internal Server Error |
Example response in case of error
{
"code": "ERROR",
"message": "404",
"body": null,
"timestamp": "2023-05-30T20:08:14.120231216+03:00"
}