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=300&ordering=program_name
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 320,
    "next": null,
    "previous": "https://forrige.frikanalen.no/api/asrun/?format=api&limit=50&offset=250&ordering=program_name",
    "results": [
        {
            "id": 202,
            "video": null,
            "programName": "Jukebox pause screen",
            "playout": "main",
            "playedAt": "2012-01-16T06:01:26.446000Z",
            "inMs": 0,
            "outMs": 12000
        },
        {
            "id": 238,
            "video": null,
            "programName": "Jukebox pause screen",
            "playout": "main",
            "playedAt": "2012-01-16T10:07:59.944000Z",
            "inMs": 0,
            "outMs": 12000
        },
        {
            "id": 205,
            "video": null,
            "programName": "Jukebox pause screen",
            "playout": "main",
            "playedAt": "2012-01-16T06:31:12.293000Z",
            "inMs": 0,
            "outMs": 12000
        },
        {
            "id": 91,
            "video": null,
            "programName": "Jukebox pause screen",
            "playout": "main",
            "playedAt": "2012-01-15T18:33:38.830000Z",
            "inMs": 0,
            "outMs": 12000
        },
        {
            "id": 290,
            "video": null,
            "programName": "Jukebox pause screen",
            "playout": "main",
            "playedAt": "2012-01-30T20:22:17.027000Z",
            "inMs": 0,
            "outMs": 12000
        },
        {
            "id": 208,
            "video": null,
            "programName": "Jukebox pause screen",
            "playout": "main",
            "playedAt": "2012-01-16T06:59:17.441000Z",
            "inMs": 0,
            "outMs": 12000
        },
        {
            "id": 256,
            "video": null,
            "programName": "Jukebox pause screen",
            "playout": "main",
            "playedAt": "2012-01-16T11:43:56.548000Z",
            "inMs": 0,
            "outMs": 12000
        },
        {
            "id": 250,
            "video": null,
            "programName": "Jukebox pause screen",
            "playout": "main",
            "playedAt": "2012-01-16T11:33:33.470000Z",
            "inMs": 0,
            "outMs": 12000
        },
        {
            "id": 211,
            "video": null,
            "programName": "Jukebox pause screen",
            "playout": "main",
            "playedAt": "2012-01-16T07:20:15.288000Z",
            "inMs": 0,
            "outMs": 12000
        },
        {
            "id": 241,
            "video": null,
            "programName": "Jukebox pause screen",
            "playout": "main",
            "playedAt": "2012-01-16T10:23:06.854000Z",
            "inMs": 0,
            "outMs": 12000
        },
        {
            "id": 214,
            "video": null,
            "programName": "Jukebox pause screen",
            "playout": "main",
            "playedAt": "2012-01-16T07:35:33.550000Z",
            "inMs": 0,
            "outMs": 12000
        },
        {
            "id": 293,
            "video": null,
            "programName": "Jukebox pause screen",
            "playout": "main",
            "playedAt": "2012-01-30T20:23:17.885000Z",
            "inMs": 0,
            "outMs": 12000
        },
        {
            "id": 36,
            "video": null,
            "programName": "Pause screen",
            "playout": "main",
            "playedAt": "2012-01-15T10:57:57.840000Z",
            "inMs": 0,
            "outMs": 95000
        },
        {
            "id": 45,
            "video": null,
            "programName": "Pause screen",
            "playout": "main",
            "playedAt": "2012-01-15T12:29:45.601000Z",
            "inMs": 0,
            "outMs": 107000
        },
        {
            "id": 42,
            "video": null,
            "programName": "Pause screen",
            "playout": "main",
            "playedAt": "2012-01-15T12:00:10.039000Z",
            "inMs": 0,
            "outMs": 22000
        },
        {
            "id": 48,
            "video": null,
            "programName": "Pause screen",
            "playout": "main",
            "playedAt": "2012-01-15T13:15:05.756000Z",
            "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": 56,
            "video": null,
            "programName": "Pause screen",
            "playout": "main",
            "playedAt": "2012-01-15T14:27:34.476000Z",
            "inMs": 0,
            "outMs": 118000
        },
        {
            "id": 59,
            "video": null,
            "programName": "Pause screen",
            "playout": "main",
            "playedAt": "2012-01-15T14:59:00.118000Z",
            "inMs": 0,
            "outMs": 32000
        },
        {
            "id": 64,
            "video": null,
            "programName": "Pause screen",
            "playout": "main",
            "playedAt": "2012-01-15T15:58:46.048000Z",
            "inMs": 0,
            "outMs": 47000
        }
    ]
}