Returns all available memberships, paged, filtered, sorted ....
GET /api-openparlamento/v1/19/bill_signer/?format=api&ordering=-bill__date_presenting&page=566
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 28254,
    "next": null,
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/bill_signer/?format=api&ordering=-bill__date_presenting&page=565",
    "results": [
        {
            "id": 1283,
            "title": "Disposizioni concernenti l'obbligo di motivazione per la richiesta di certificati anagrafici riguardanti terzi e la comunicazione del rilascio al soggetto titolare dei dati richiesti",
            "identifier": "C.99",
            "slug": "C_99",
            "date_presenting": "2022-10-13",
            "type": "Legge ordinaria",
            "status": {
                "date": null,
                "phase": "Iter da avviare"
            },
            "branch": "Camera"
        },
        {
            "id": 1282,
            "title": "Disposizioni concernenti l'obbligo di motivazione per la richiesta di certificati anagrafici riguardanti terzi e la comunicazione del rilascio al soggetto titolare dei dati richiesti",
            "identifier": "C.99",
            "slug": "C_99",
            "date_presenting": "2022-10-13",
            "type": "Legge ordinaria",
            "status": {
                "date": null,
                "phase": "Iter da avviare"
            },
            "branch": "Camera"
        },
        {
            "id": 1281,
            "title": "Disposizioni concernenti l'obbligo di motivazione per la richiesta di certificati anagrafici riguardanti terzi e la comunicazione del rilascio al soggetto titolare dei dati richiesti",
            "identifier": "C.99",
            "slug": "C_99",
            "date_presenting": "2022-10-13",
            "type": "Legge ordinaria",
            "status": {
                "date": null,
                "phase": "Iter da avviare"
            },
            "branch": "Camera"
        },
        {
            "id": 1280,
            "title": "Disposizioni concernenti l'obbligo di motivazione per la richiesta di certificati anagrafici riguardanti terzi e la comunicazione del rilascio al soggetto titolare dei dati richiesti",
            "identifier": "C.99",
            "slug": "C_99",
            "date_presenting": "2022-10-13",
            "type": "Legge ordinaria",
            "status": {
                "date": null,
                "phase": "Iter da avviare"
            },
            "branch": "Camera"
        }
    ]
}