ViewSet for CollectionVersions.

GET /api/v3/plugin/ansible/content/published/collections/index/some_namespace/some_collection/versions/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "meta": {
        "count": 0
    },
    "links": {
        "first": "/api/v3/plugin/ansible/content/published/collections/index/some_namespace/some_collection/versions/?limit=10&offset=0",
        "previous": null,
        "next": null,
        "last": "/api/v3/plugin/ansible/content/published/collections/index/some_namespace/some_collection/versions/?limit=10&offset=0"
    },
    "data": []
}