European Parliament MCP Server API - v1.4.23
    Preparing search index...

    Interface CommitteeMembership

    Complete EP membership record associated with a committee member.

    interface CommitteeMembership {
        contactPoint: MEPContactPoint[];
        member: string;
        id?: string;
        identifier?: string;
        memberDuring?: MEPMembershipPeriod;
        membershipClassification?: string;
        notation_codictFunctionId?: string;
        notation_codictMandateId?: string;
        organization?: string;
        represents?: string[];
        role?: string;
        type?: string;
    }

    Hierarchy (View Summary)

    Index
    contactPoint: MEPContactPoint[]
    member: string

    MEP identifier owning this membership record.

    id?: string
    identifier?: string
    memberDuring?: MEPMembershipPeriod
    membershipClassification?: string
    notation_codictFunctionId?: string
    notation_codictMandateId?: string
    organization?: string
    represents?: string[]
    role?: string
    type?: string