Review feed sample

Pull-based review feed example


{
  "metaData": {
     "feedCategory":"SNAPSHOT",
     "feedTimestampMicros":1532930955190163,
     "apiVersion": "v1",
     "pagination": {
        "nextTokenParam": "yre7yiesar"
     },
     "totalCount":1,
     "partnerFeedId": "7439279432"
  },
  "reviewItems": [
    {
      "serviceProviderId": 1,
      "ratingCount": 2,
      "reviews": [
        {
          "reviewId": "1",
          "author": "Jack L.",
          "reviewText": "Good service!",
          "rating": 4,
          "serviceLocationCity": "New York",
          "reviewTimestampMicros": 1451415600000000,
          "category": {
             "categoryId": "garage_door_pro",
             "task": "repair_garage_door"
          }
        },
        {
          "reviewId": "2",
          "author": "Jack M.",
          "reviewText": "Great service!",
          "rating": 5,
          "serviceLocationCity": "New York",
          "reviewTimestampMicros": 1451415600000000,
          "language":  "en",
          "category": {
             "categoryId": "garage_door_pro",
             "task": "repair_garage_door"
          }
        }
      ],
      "confirmedCustomer": true
    },
    {
      "serviceProviderId": 2,
      "ratingCount": 0,
      "reviews": []
    }
  ]
}