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=-out_ms
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=-out_ms",
    "results": [
        {
            "id": 315,
            "video": null,
            "programName": "Jukebox pause screen",
            "playout": "main",
            "playedAt": "2012-01-30T22:58:17.765000Z",
            "inMs": 0,
            "outMs": 12000
        },
        {
            "id": 145,
            "video": null,
            "programName": "Jukebox pause screen",
            "playout": "main",
            "playedAt": "2012-01-16T01:13:29.716000Z",
            "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": 88,
            "video": null,
            "programName": "Jukebox pause screen",
            "playout": "main",
            "playedAt": "2012-01-15T18:30:00.116000Z",
            "inMs": 0,
            "outMs": 12000
        },
        {
            "id": 142,
            "video": null,
            "programName": "Jukebox pause screen",
            "playout": "main",
            "playedAt": "2012-01-16T01:10:11.709000Z",
            "inMs": 0,
            "outMs": 12000
        },
        {
            "id": 217,
            "video": null,
            "programName": "Jukebox pause screen",
            "playout": "main",
            "playedAt": "2012-01-16T07:51:08.035000Z",
            "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": 139,
            "video": null,
            "programName": "Jukebox pause screen",
            "playout": "main",
            "playedAt": "2012-01-16T01:07:10.170000Z",
            "inMs": 0,
            "outMs": 12000
        },
        {
            "id": 220,
            "video": null,
            "programName": "Jukebox pause screen",
            "playout": "main",
            "playedAt": "2012-01-16T07:53:40.599000Z",
            "inMs": 0,
            "outMs": 12000
        },
        {
            "id": 294,
            "video": null,
            "programName": "Jukebox pause screen",
            "playout": "main",
            "playedAt": "2012-01-30T20:23:48.197000Z",
            "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": 136,
            "video": null,
            "programName": "Jukebox pause screen",
            "playout": "main",
            "playedAt": "2012-01-16T01:03:06.820000Z",
            "inMs": 0,
            "outMs": 12000
        },
        {
            "id": 223,
            "video": null,
            "programName": "Jukebox pause screen",
            "playout": "main",
            "playedAt": "2012-01-16T08:21:33.983000Z",
            "inMs": 0,
            "outMs": 12000
        },
        {
            "id": 85,
            "video": null,
            "programName": "Jukebox pause screen",
            "playout": "main",
            "playedAt": "2012-01-15T18:27:49.730000Z",
            "inMs": 0,
            "outMs": 12000
        },
        {
            "id": 133,
            "video": null,
            "programName": "Jukebox pause screen",
            "playout": "main",
            "playedAt": "2012-01-16T00:38:54.133000Z",
            "inMs": 0,
            "outMs": 12000
        },
        {
            "id": 226,
            "video": null,
            "programName": "Jukebox pause screen",
            "playout": "main",
            "playedAt": "2012-01-16T08:49:09.054000Z",
            "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": 130,
            "video": null,
            "programName": "Jukebox pause screen",
            "playout": "main",
            "playedAt": "2012-01-16T00:35:07.623000Z",
            "inMs": 0,
            "outMs": 12000
        },
        {
            "id": 229,
            "video": null,
            "programName": "Jukebox pause screen",
            "playout": "main",
            "playedAt": "2012-01-16T08:51:02.078000Z",
            "inMs": 0,
            "outMs": 12000
        },
        {
            "id": 9,
            "video": null,
            "programName": "",
            "playout": "main",
            "playedAt": "2015-01-01T10:00:00Z",
            "inMs": 0,
            "outMs": 0
        }
    ]
}