Returns all available memberships, paged, filtered, sorted ....
GET /api-openparlamento/v1/19/bill_signer/?format=api&ordering=-bill__date_presenting&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=-bill__date_presenting&page=583",
    "results": [
        {
            "id": 507,
            "title": "Disposizioni per il riconoscimento e il sostegno dell'attività del caregiver familiare",
            "identifier": "C.307",
            "slug": "C_307",
            "date_presenting": "2022-10-13",
            "type": "Legge ordinaria",
            "status": {
                "date": null,
                "phase": "Esame in prima lettura"
            },
            "branch": "Camera"
        }
    ]
}