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

{
    "id": 10690619,
    "voting_slug": "vs19_260_089",
    "sitting": {
        "id": 1634,
        "date": "2024-03-12",
        "number": 260,
        "branch": "C"
    },
    "title": "Emendamento 2-quinquies.01 PAVANELLI EMMA (M5S) - Votazione Emendamento 2-quinquies.01 DDL n. 1759",
    "vote": "AYE",
    "group": {
        "id": 13,
        "acronym": "M5S",
        "slug": "M5S",
        "branch": "camera",
        "name": "MOVIMENTO 5 STELLE",
        "color": "#EDAD06"
    },
    "group_vote": "AYE"
}