2.1.1 Review object
Contains a review of a given drillable.
Example
{
"timestamp": "2015-06-12T07:16:23Z",
"reviewer" : {
"type": "USER",
"id": "m3XfGV1LQhu729lfVYa_sQ",
"name": "Jane Doe"
},
"content": "I found this drill to be very useful!"
}
Fields
Field | Type | Description |
---|---|---|
timestamp required |
Timestamp | The time and date of submission of the review. |
reviewer required |
2.1.1 Actor object | The user who has left the review. |
content required |
String | The actual text of the review. |
appreciation optional |
2.1.1 Rating object | An optional rating of the drillable by the person who left the review. |
Last updated on