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

{
    "count": 29151,
    "next": null,
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/bill_signer/?format=api&ordering=id&page=583",
    "results": [
        {
            "id": 33812,
            "title": "Conversione in legge del decreto-legge 29 ottobre 2025, n. 156, recante misure urgenti in materia economica",
            "identifier": "C.2678",
            "slug": "C_2678",
            "date_presenting": "2025-10-29",
            "type": "Legge di conversione",
            "status": {
                "date": null,
                "phase": "Iter da avviare"
            },
            "branch": "Camera"
        }
    ]
}