2.1.1 Reviews object

Contains the reviews of a given drillable.

Example

{
  "total" : 1,
  "reviews" : [{
    "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
total
required
Integer The number of reviews available for the drillable.
reviews
required
List of 2.1.1 Review objects Contains the actual reviews.