Youtube · Example Payload

Youtube Youtubereportingreporttypeslist Example

GoogleMediaSocialStreamingVideoVideos

Youtube Youtubereportingreporttypeslist Example is an example object payload from Youtube, 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": "youtubeReporting.reportTypes.list",
  "method": "GET",
  "path": "/reportTypes",
  "summary": "Youtube List Report Types",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "YoutubereportingReporttypesList200Example",
      "example": {
        "reportTypes": [
          {
            "id": "abc123def456",
            "name": "Example Title",
            "systemManaged": true,
            "deprecateTime": "2026-01-15T10:30:00Z"
          }
        ],
        "nextPageToken": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9"
      }
    }
  ]
}