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

{
    "id": 12790676,
    "voting_slug": "19-262-11",
    "sitting": {
        "id": 1876,
        "date": "2025-01-15",
        "number": 262,
        "branch": "S"
    },
    "title": "d.l. 178/2024 recante misure urgenti in materia di giustizia - Em. 6.14, Lopreiato e altri",
    "vote": "NO",
    "group": {
        "id": 3,
        "acronym": "LSP-PSd'Az",
        "slug": "Lega-PSd'Az",
        "branch": "senato",
        "name": "Lega Salvini Premier - Partito Sardo d'Azione",
        "color": "#73AF48"
    },
    "group_vote": "NO"
}