GET /api/v2/collections/robertdebock/ansible_development_environment/versions/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"count": 3,
"next": null,
"previous": null,
"results": [
{
"version": "1.0.2",
"href": "https://galaxy.ansible.com/api/v2/collections/robertdebock/ansible_development_environment/versions/1.0.2/"
},
{
"version": "1.0.1",
"href": "https://galaxy.ansible.com/api/v2/collections/robertdebock/ansible_development_environment/versions/1.0.1/"
},
{
"version": "1.0.0",
"href": "https://galaxy.ansible.com/api/v2/collections/robertdebock/ansible_development_environment/versions/1.0.0/"
}
]
}