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

{
    "id": 12931743,
    "voting_slug": "vs19_427_025",
    "sitting": {
        "id": 1905,
        "date": "2025-02-12",
        "number": 427,
        "branch": "C"
    },
    "title": "Mozione n. 1-00384, limitatamente al capoverso ottavo della parte dispositiva, BONELLI ANGELO (AVS) ed altri - Votazione Mozione 1_00384",
    "vote": "AYE",
    "group": {
        "id": 13,
        "acronym": "M5S",
        "slug": "M5S",
        "branch": "camera",
        "name": "MOVIMENTO 5 STELLE",
        "color": "#EDAD06"
    },
    "group_vote": "AYE"
}