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": "2017-10-05T20:27:20.876000Z",
"modification_time": "2017-10-05T20:27:20.876000Z",
"program": 1,
"environment": null
}
]
}