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

{
    "id": 7229606,
    "voting_slug": "vs19_033_025",
    "sitting": {
        "id": 1270,
        "date": "2023-01-11",
        "number": 33,
        "branch": "C"
    },
    "title": "Ordine del giorno n. 9/730/46 FOSSI EMILIANO (PD-IDP) - Votazione Ordine del giorno 9/730/46 DDL n. 0730",
    "vote": "AYE",
    "group": {
        "id": 14,
        "acronym": "PD-IDP",
        "slug": "PD",
        "branch": "camera",
        "name": "PARTITO DEMOCRATICO - ITALIA DEMOCRATICA E PROGRESSISTA",
        "color": "#E43B45"
    },
    "group_vote": "AYE"
}