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

{
    "id": 7267093,
    "voting_slug": "vs19_038_042",
    "sitting": {
        "id": 1277,
        "date": "2023-01-18",
        "number": 38,
        "branch": "C"
    },
    "title": "Emendamento 6.100 RUFFINO DANIELA (AIV-RE) - Votazione Emendamento 6.100 DDL n. 0674",
    "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"
}