YouTube Reporting API
  1. Schemas
YouTube Reporting API
  • jobs
    • /v1/jobs
      GET
    • /v1/jobs
      POST
    • /v1/jobs/{jobId}
      DELETE
    • /v1/jobs/{jobId}
      GET
    • /v1/jobs/{jobId}/reports
      GET
    • /v1/jobs/{jobId}/reports/{reportId}
      GET
  • media
    • /v1/media/{resourceName}
      GET
  • reportTypes
    • /v1/reportTypes
      GET
  • Schemas
    • Schemas
      • Empty
      • GdataBlobstore2Info
      • GdataCompositeMedia
      • GdataContentTypeInfo
      • GdataDiffChecksumsResponse
      • GdataDiffDownloadResponse
      • GdataDiffUploadRequest
      • GdataDiffUploadResponse
      • GdataDiffVersionResponse
      • GdataDownloadParameters
      • GdataMedia
      • GdataObjectId
      • Job
      • ListJobsResponse
      • ListReportTypesResponse
      • ListReportsResponse
      • Report
      • ReportType
  1. Schemas

Job

A job creating reports of a specific type.

{
    "createTime": "string",
    "expireTime": "string",
    "id": "string",
    "name": "string",
    "reportTypeId": "string",
    "systemManaged": true
}
Built with