v1

latestOpenAPI 3.0.02026-07-147249104.6 KB
reviews : Find and modify reviews

Post a review from a User and returns the new post

  • Only authenticated users are able to post reviews
  • Returns the newly created review
post/reviews

Query parameters

appIdstring required

The id of the App that will own this review

userIdstring required

The id of the User that is posting this review

userAccountIdstring

The id of the User account that is posting this review

headlinestring required

The review's headline. Limited to 50 characters.

ratinginteger required

The rating given within this review. The rating is represented as an integer between 0 and 500 (0 - 5 stars)

descriptionstring required

The review's description. Limited to 2000 characters.

typestring

The type for this review

mustOwnAppboolean

True if a review can be created only by a user that has owned the app. The default is True.

autoApproveboolean

True if the review should be automatically approved. The default is False.

customDatastring

A custom JSON object that you can create and attach to this record

Response

OK