Returns a single membership selected by `id`.
GET /api-openparlamento/v1/19/memberships_votes/12131575/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 12131575,
    "voting_slug": "vs19_389_001",
    "sitting": {
        "id": 1847,
        "date": "2024-11-28",
        "number": 389,
        "branch": "C"
    },
    "title": "Ordini del giorno n. 9/2022/2 ZUCCONI RICCARDO (FDI) e n. 9/2022/18 DEL BARBA MAURO (IVICRE), nel testo riformulato - Votazione Ordine del giorno 9/2022/2 DDL n. 2022",
    "vote": "AYE",
    "group": {
        "id": 11,
        "acronym": "FDI",
        "slug": "FdI",
        "branch": "camera",
        "name": "FRATELLI D'ITALIA",
        "color": "#37A6A5"
    },
    "group_vote": "AYE"
}