Android · Example Payload

Android Listsubscriptions Example

AIAndroidAutomotiveGoogleMachine LearningMobile DevelopmentSDKTVWearables

Android Listsubscriptions 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": "listSubscriptions",
  "method": "GET",
  "path": "/applications/{packageName}/monetization/subscriptions",
  "summary": "List Subscription Products",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Listsubscriptions200Example",
      "example": {
        "subscriptions": [
          {
            "packageName": "example_value",
            "productId": "500123",
            "basePlans": {},
            "listings": {},
            "archived": true
          }
        ],
        "nextPageToken": "example_value"
      }
    }
  ]
}