Get Media Services Live 4 dataCopy Pageget https://{hostname}/media-reports/v1/media-services-live/http-ingest/dataRetrieves Media Services Live 4 data for the given parameters.Query ParamscpcodesstringUse to limit report data to specific CP codes. Comma-separate several values.dimensionsstringrequiredIdentifies dimensions with comma-separated IDs.metricsstringrequiredIdentifies metrics with comma-separated IDs.endDatestringrequiredSpecifies the end of the reported time range, expressed in mm/dd/yyyy:HH:MM format. The trailing :HH:MM 24-hour time segment is optional.startDatestringrequiredSpecifies the start of the reported time range, expressed in mm/dd/yyyy:HH:MM format. The trailing :HH:MM 24-hour time segment is optional.offsetintegerDefaults to 0The offset of the row for the start of data, 0 by default. Use this to request progressive batches of data. For example, you can make 10 requests for 1000 records by setting the overall limit to 100, then setting the offset to 0, 100, 200, and so on for each request.limitinteger1 to 10000Defaults to 300The number of rows to return from 1 to 10000. The default value is 300.filterParamsstringA UTF-8, URL-encoded JSON object representing filter parameters that limit reported data. See the FilterParams object for details on its structure.sortParamsstringA UTF-8, URL-encoded JSON object representing sort parameters that rearrange reported data. See the SortParams object for details on its structure.streamsstringIdentifies a set of reported streams as comma-separated ID values.aggregationintegerThe time period in which to group each data record, expressed as number of seconds.accountSwitchKeystringFor customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys.Response 200OK. If the report yields an empty data set, the response yields an empty set of rows.Updated 4 months ago