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

{
    "id": 10689735,
    "voting_slug": "vs19_260_087",
    "sitting": {
        "id": 1634,
        "date": "2024-03-12",
        "number": 260,
        "branch": "C"
    },
    "title": "Identici emendamenti 2-quinquies.14 EVI ELEONORA (AVS) e 2-quinquies.15 BARZOTTI VALENTINA (M5S) - Votazione Emendamento 2-quinquies.14 DDL n. 1759",
    "vote": "AYE",
    "group": {
        "id": 13,
        "acronym": "M5S",
        "slug": "M5S",
        "branch": "camera",
        "name": "MOVIMENTO 5 STELLE",
        "color": "#EDAD06"
    },
    "group_vote": "AYE"
}