GET /business-logic/rest/program?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 1,
            "url": "http://django-business-logic-demo.dev.dgk.su/business-logic/rest/program/1?format=api",
            "title": "Book view",
            "code": "on_book_view",
            "creation_time": "2016-05-04T09:49:38.477000Z",
            "modification_time": "2016-05-04T09:49:38.477000Z",
            "program_interface": 1,
            "environment": null
        }
    ]
}