Android · Example Payload

Android Getreview Example

AIAndroidAutomotiveGoogleMachine LearningMobile DevelopmentSDKTVWearables

Android Getreview Example is an example object payload from Android, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "getReview",
  "method": "GET",
  "path": "/applications/{packageName}/reviews/{reviewId}",
  "summary": "Get a Single Review",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getreview200Example",
      "example": {
        "reviewId": "500123",
        "authorName": "example_value",
        "comments": [
          {}
        ]
      }
    }
  ]
}