AsRun model is a historic log over what was sent through playout.

Query parameters

page_size - How many items per page. If set to 0 it will list all items. Default is 50 items.

ordering - You can order the results by any visible field. Prepend a minus to order in descending order. I.e. ?ordering=-played_at to show newest items first.

GET /api/asrun/?format=api&offset=100&ordering=-video
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 320,
    "next": "https://forrige.frikanalen.no/api/asrun/?format=api&limit=50&offset=150&ordering=-video",
    "previous": "https://forrige.frikanalen.no/api/asrun/?format=api&limit=50&offset=50&ordering=-video",
    "results": [
        {
            "id": 204,
            "video": 624499,
            "programName": "",
            "playout": "main",
            "playedAt": "2012-01-16T06:02:05.461000Z",
            "inMs": 0,
            "outMs": 1746000
        },
        {
            "id": 276,
            "video": 624504,
            "programName": "",
            "playout": "main",
            "playedAt": "2012-01-16T13:27:47.156000Z",
            "inMs": 0,
            "outMs": 899000
        },
        {
            "id": 66,
            "video": 624513,
            "programName": "",
            "playout": "main",
            "playedAt": "2012-01-15T16:00:00.013000Z",
            "inMs": 0,
            "outMs": 1704000
        },
        {
            "id": 81,
            "video": 624544,
            "programName": "",
            "playout": "main",
            "playedAt": "2012-01-15T17:57:00.708000Z",
            "inMs": 0,
            "outMs": 1740000
        },
        {
            "id": 44,
            "video": 624586,
            "programName": "",
            "playout": "main",
            "playedAt": "2012-01-15T12:01:00Z",
            "inMs": 0,
            "outMs": 1725000
        },
        {
            "id": 58,
            "video": 624645,
            "programName": "",
            "playout": "main",
            "playedAt": "2012-01-15T14:30:00Z",
            "inMs": 0,
            "outMs": 1740000
        },
        {
            "id": 108,
            "video": 624655,
            "programName": "",
            "playout": "main",
            "playedAt": "2012-01-15T21:31:00.009000Z",
            "inMs": 0,
            "outMs": 1643000
        },
        {
            "id": 61,
            "video": 624679,
            "programName": "",
            "playout": "main",
            "playedAt": "2012-01-15T15:00:00.019000Z",
            "inMs": 0,
            "outMs": 1560000
        },
        {
            "id": 74,
            "video": null,
            "programName": "Frikanalen Vignett",
            "playout": "main",
            "playedAt": "2012-01-15T16:44:06.847000Z",
            "inMs": 0,
            "outMs": 27000
        },
        {
            "id": 133,
            "video": null,
            "programName": "Jukebox pause screen",
            "playout": "main",
            "playedAt": "2012-01-16T00:38:54.133000Z",
            "inMs": 0,
            "outMs": 12000
        },
        {
            "id": 73,
            "video": null,
            "programName": "Jukebox pause screen",
            "playout": "main",
            "playedAt": "2012-01-15T16:43:54.846000Z",
            "inMs": 0,
            "outMs": 12000
        },
        {
            "id": 71,
            "video": null,
            "programName": "Frikanalen Vignett",
            "playout": "main",
            "playedAt": "2012-01-15T16:34:26.340000Z",
            "inMs": 0,
            "outMs": 27000
        },
        {
            "id": 130,
            "video": null,
            "programName": "Jukebox pause screen",
            "playout": "main",
            "playedAt": "2012-01-16T00:35:07.623000Z",
            "inMs": 0,
            "outMs": 12000
        },
        {
            "id": 70,
            "video": null,
            "programName": "Jukebox pause screen",
            "playout": "main",
            "playedAt": "2012-01-15T16:34:14.338000Z",
            "inMs": 0,
            "outMs": 12000
        },
        {
            "id": 40,
            "video": null,
            "programName": "Frikanalen Vignett",
            "playout": "main",
            "playedAt": "2012-01-15T11:58:23.361000Z",
            "inMs": 0,
            "outMs": 27000
        },
        {
            "id": 128,
            "video": null,
            "programName": "Frikanalen Vignett",
            "playout": "main",
            "playedAt": "2012-01-15T23:34:04.632000Z",
            "inMs": 0,
            "outMs": 27000
        },
        {
            "id": 127,
            "video": null,
            "programName": "Jukebox pause screen",
            "playout": "main",
            "playedAt": "2012-01-15T23:33:52.630000Z",
            "inMs": 0,
            "outMs": 12000
        },
        {
            "id": 125,
            "video": null,
            "programName": "Frikanalen Vignett",
            "playout": "main",
            "playedAt": "2012-01-15T23:04:26.361000Z",
            "inMs": 0,
            "outMs": 27000
        },
        {
            "id": 68,
            "video": null,
            "programName": "Frikanalen Vignett",
            "playout": "main",
            "playedAt": "2012-01-15T16:28:36.188000Z",
            "inMs": 0,
            "outMs": 27000
        },
        {
            "id": 39,
            "video": null,
            "programName": "Jukebox pause screen",
            "playout": "main",
            "playedAt": "2012-01-15T11:58:11.360000Z",
            "inMs": 0,
            "outMs": 12000
        },
        {
            "id": 131,
            "video": null,
            "programName": "Frikanalen Vignett",
            "playout": "main",
            "playedAt": "2012-01-16T00:35:19.624000Z",
            "inMs": 0,
            "outMs": 27000
        },
        {
            "id": 124,
            "video": null,
            "programName": "Jukebox pause screen",
            "playout": "main",
            "playedAt": "2012-01-15T23:04:14.359000Z",
            "inMs": 0,
            "outMs": 12000
        },
        {
            "id": 122,
            "video": null,
            "programName": "Frikanalen Vignett",
            "playout": "main",
            "playedAt": "2012-01-15T22:35:23.635000Z",
            "inMs": 0,
            "outMs": 27000
        },
        {
            "id": 134,
            "video": null,
            "programName": "Frikanalen Vignett",
            "playout": "main",
            "playedAt": "2012-01-16T00:39:06.134000Z",
            "inMs": 0,
            "outMs": 27000
        },
        {
            "id": 121,
            "video": null,
            "programName": "Jukebox pause screen",
            "playout": "main",
            "playedAt": "2012-01-15T22:35:11.634000Z",
            "inMs": 0,
            "outMs": 12000
        },
        {
            "id": 136,
            "video": null,
            "programName": "Jukebox pause screen",
            "playout": "main",
            "playedAt": "2012-01-16T01:03:06.820000Z",
            "inMs": 0,
            "outMs": 12000
        },
        {
            "id": 67,
            "video": null,
            "programName": "Jukebox pause screen",
            "playout": "main",
            "playedAt": "2012-01-15T16:28:24.187000Z",
            "inMs": 0,
            "outMs": 12000
        },
        {
            "id": 37,
            "video": null,
            "programName": "Frikanalen Vignett",
            "playout": "main",
            "playedAt": "2012-01-15T10:59:33.002000Z",
            "inMs": 0,
            "outMs": 27000
        },
        {
            "id": 24,
            "video": null,
            "programName": "Jukebox pause screen",
            "playout": "main",
            "playedAt": "2012-01-15T10:49:35.305000Z",
            "inMs": 0,
            "outMs": 12000
        },
        {
            "id": 119,
            "video": null,
            "programName": "Frikanalen Vignett",
            "playout": "main",
            "playedAt": "2012-01-15T22:27:48.537000Z",
            "inMs": 0,
            "outMs": 27000
        },
        {
            "id": 65,
            "video": null,
            "programName": "Frikanalen Vignett",
            "playout": "main",
            "playedAt": "2012-01-15T15:59:33.098000Z",
            "inMs": 0,
            "outMs": 27000
        },
        {
            "id": 118,
            "video": null,
            "programName": "Jukebox pause screen",
            "playout": "main",
            "playedAt": "2012-01-15T22:27:36.535000Z",
            "inMs": 0,
            "outMs": 12000
        },
        {
            "id": 64,
            "video": null,
            "programName": "Pause screen",
            "playout": "main",
            "playedAt": "2012-01-15T15:58:46.048000Z",
            "inMs": 0,
            "outMs": 47000
        },
        {
            "id": 36,
            "video": null,
            "programName": "Pause screen",
            "playout": "main",
            "playedAt": "2012-01-15T10:57:57.840000Z",
            "inMs": 0,
            "outMs": 95000
        },
        {
            "id": 116,
            "video": null,
            "programName": "Frikanalen Vignett",
            "playout": "main",
            "playedAt": "2012-01-15T22:04:40.498000Z",
            "inMs": 0,
            "outMs": 27000
        },
        {
            "id": 115,
            "video": null,
            "programName": "Jukebox pause screen",
            "playout": "main",
            "playedAt": "2012-01-15T22:04:28.496000Z",
            "inMs": 0,
            "outMs": 12000
        },
        {
            "id": 113,
            "video": null,
            "programName": "Frikanalen Vignett",
            "playout": "main",
            "playedAt": "2012-01-15T22:01:01.780000Z",
            "inMs": 0,
            "outMs": 27000
        },
        {
            "id": 22,
            "video": null,
            "programName": "Frikanalen Vignett",
            "playout": "main",
            "playedAt": "2012-01-15T10:46:58.743000Z",
            "inMs": 0,
            "outMs": 27000
        },
        {
            "id": 112,
            "video": null,
            "programName": "Jukebox pause screen",
            "playout": "main",
            "playedAt": "2012-01-15T22:00:49.779000Z",
            "inMs": 0,
            "outMs": 12000
        },
        {
            "id": 110,
            "video": null,
            "programName": "Frikanalen Vignett",
            "playout": "main",
            "playedAt": "2012-01-15T21:58:35.197000Z",
            "inMs": 0,
            "outMs": 27000
        },
        {
            "id": 109,
            "video": null,
            "programName": "Jukebox pause screen",
            "playout": "main",
            "playedAt": "2012-01-15T21:58:23.196000Z",
            "inMs": 0,
            "outMs": 12000
        },
        {
            "id": 60,
            "video": null,
            "programName": "Frikanalen Vignett",
            "playout": "main",
            "playedAt": "2012-01-15T14:59:33.047000Z",
            "inMs": 0,
            "outMs": 27000
        },
        {
            "id": 34,
            "video": null,
            "programName": "Frikanalen Vignett",
            "playout": "main",
            "playedAt": "2012-01-15T10:55:55.037000Z",
            "inMs": 0,
            "outMs": 27000
        },
        {
            "id": 107,
            "video": null,
            "programName": "Frikanalen Vignett",
            "playout": "main",
            "playedAt": "2012-01-15T21:30:33.100000Z",
            "inMs": 0,
            "outMs": 27000
        },
        {
            "id": 106,
            "video": null,
            "programName": "Pause screen",
            "playout": "main",
            "playedAt": "2012-01-15T21:29:37.071000Z",
            "inMs": 0,
            "outMs": 56000
        },
        {
            "id": 59,
            "video": null,
            "programName": "Pause screen",
            "playout": "main",
            "playedAt": "2012-01-15T14:59:00.118000Z",
            "inMs": 0,
            "outMs": 32000
        },
        {
            "id": 33,
            "video": null,
            "programName": "Jukebox pause screen",
            "playout": "main",
            "playedAt": "2012-01-15T10:55:43.034000Z",
            "inMs": 0,
            "outMs": 12000
        },
        {
            "id": 21,
            "video": null,
            "programName": "Jukebox pause screen",
            "playout": "main",
            "playedAt": "2012-01-15T10:46:46.740000Z",
            "inMs": 0,
            "outMs": 12000
        },
        {
            "id": 16,
            "video": null,
            "programName": "Frikanalen Vignett",
            "playout": "main",
            "playedAt": "2012-01-15T10:34:43.044000Z",
            "inMs": 0,
            "outMs": 27000
        },
        {
            "id": 104,
            "video": null,
            "programName": "Frikanalen Vignett",
            "playout": "main",
            "playedAt": "2012-01-15T21:10:54.486000Z",
            "inMs": 0,
            "outMs": 27000
        }
    ]
}