Returns all bills, paged, filtered, sorted ....
GET /api-openparlamento/v1/19/parl_assemblies/camera/groups/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 10,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 16
        },
        {
            "id": 11
        },
        {
            "id": 10
        },
        {
            "id": 14
        },
        {
            "id": 12
        },
        {
            "id": 15
        },
        {
            "id": 13
        },
        {
            "id": 18
        },
        {
            "id": 17
        },
        {
            "id": 57
        }
    ]
}