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

{
    "id": 14435879,
    "voting_slug": "vs19_543_020",
    "sitting": {
        "id": 2099,
        "date": "2025-10-07",
        "number": 543,
        "branch": "C"
    },
    "title": "Emendamento 1.101 BALDINO VITTORIA (M5S) - Votazione Emendamento 1.101 DDL n. 2473",
    "vote": "AYE",
    "group": {
        "id": 12,
        "acronym": "AZ-PER-RE",
        "slug": "AZ-IV",
        "branch": "camera",
        "name": "AZIONE-POPOLARI EUROPEISTI RIFORMATORI-RENEW EUROPE",
        "color": "#B62992"
    },
    "group_vote": "AYE"
}