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

{
    "count": 29202,
    "next": null,
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/bill_signer/?format=api&ordering=-bill__date_presenting&page=584",
    "results": [
        {
            "id": 1780,
            "title": "Introduzione del capo IV-bis del titolo I del decreto legislativo 19 giugno 1997, n. 218, in materia di transazione finalizzata alla conciliazione degli accertamenti tributari",
            "identifier": "C.138",
            "slug": "C_138",
            "date_presenting": "2022-10-13",
            "type": "Legge ordinaria",
            "status": {
                "date": null,
                "phase": "Iter da avviare"
            },
            "branch": "Camera"
        },
        {
            "id": 1781,
            "title": "Introduzione del capo IV-bis del titolo I del decreto legislativo 19 giugno 1997, n. 218, in materia di transazione finalizzata alla conciliazione degli accertamenti tributari",
            "identifier": "C.138",
            "slug": "C_138",
            "date_presenting": "2022-10-13",
            "type": "Legge ordinaria",
            "status": {
                "date": null,
                "phase": "Iter da avviare"
            },
            "branch": "Camera"
        }
    ]
}