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

{
    "id": 8215140,
    "voting_slug": "vs19_132_032",
    "sitting": {
        "id": 1416,
        "date": "2023-07-04",
        "number": 132,
        "branch": "C"
    },
    "title": "Emendamento 1.1 PICCOLOTTI ELISABETTA (AVS) - Votazione Emendamento 1.1 PDL n. 0596",
    "vote": "ABST",
    "group": {
        "id": 12,
        "acronym": "AZ-PER-RE",
        "slug": "AZ-IV",
        "branch": "camera",
        "name": "AZIONE-POPOLARI EUROPEISTI RIFORMATORI-RENEW EUROPE",
        "color": "#B62992"
    },
    "group_vote": "ABST"
}