GET /business-logic/rest/program-interface?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-interface/1?format=api",
            "title": "Book",
            "code": null,
            "creation_time": "2016-05-04T09:47:57.533000Z",
            "modification_time": "2017-10-05T20:24:33.837000Z",
            "environment": 1
        }
    ]
}