Reviews
The created reviews appear for reviewers on your team. As reviewers finish reviewing, results of the reviews are posted (that is, HTTP POST) on the specified CallBackEndpoint value.
<h3>CallBack Schemas </h3> <h4>Review Completion CallBack Sample</h4> <p> {<br/> "ReviewId": "<Review ID>",<br/> "ModifiedOn": "2016-10-11T22:36:32.9934851Z",<br/> "ModifiedBy": "<Name of the reviewer>",<br/> "CallBackType": "Review",<br/> "ContentId": "<ContentId value that was specified on input>",<br/> "Metadata": {<br/> "adultscore": "0.xxx",<br/> "a": "False",<br/> "racyscore": "0.xxx",<br/> "r": "True"<br/> },<br/> "ReviewerResultTags": {<br/> "a": "False",<br/> "r": "True"<br/> }<br/> }<br/> </p>.post/contentmoderator/review/v1.0/teams/{teamName}/reviews
Path parameters
teamNamestring required
Your team name.
Query parameters
subTeamstring
Subteam that you want to assign the created review to.
Headers
UrlContentTypestring required
Content type.
Request body
Response
OK.
string[] required
List of review IDs.