GET /business-logic/rest/program-version?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-version/1?format=api",
            "title": "Increase book publisher rank",
            "description": "Increase book publisher rank on book view",
            "is_default": false,
            "creation_time": "2024-04-15T22:22:42.462786Z",
            "modification_time": "2024-04-15T22:22:42.462809Z",
            "program": 1,
            "environment": null
        }
    ]
}