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

{
    "id": 14457426,
    "voting_slug": "19-352-1",
    "sitting": {
        "id": 2102,
        "date": "2025-10-09",
        "number": 352,
        "branch": "S"
    },
    "title": "Doc. CCXLIV. Proposta di risoluzione n. 3 (testo emendato), Malan e altri",
    "vote": "NO",
    "group": {
        "id": 9,
        "acronym": "IV-C-RE",
        "slug": "IV-C-RE",
        "branch": "senato",
        "name": "Italia Viva - Il Centro - Renew Europe",
        "color": "#B62992"
    },
    "group_vote": "NO"
}