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

{
    "id": 11324473,
    "voting_slug": "vs19_345_006",
    "sitting": {
        "id": 1771,
        "date": "2024-09-12",
        "number": 345,
        "branch": "C"
    },
    "title": "Emendamento 15.1000 GIULIANO CARLA (M5S) - Votazione Emendamento 15.1000 DDL n. 1660",
    "vote": "NO",
    "group": {
        "id": 11,
        "acronym": "FDI",
        "slug": "FdI",
        "branch": "camera",
        "name": "FRATELLI D'ITALIA",
        "color": "#37A6A5"
    },
    "group_vote": "NO"
}