Mobile Locker JavaScript SDK
    Preparing search index...

    Interface Event

    A lead retrieval event (congress, conference, or trade show). Mirrors the iOS GRDBEvent Swift model's toJSON() output.

    interface Event {
        created_at: string;
        crm_campaign_id: string | null;
        crm_object_id: string | null;
        crm_object_type: string | null;
        end_at: string;
        event_type: string;
        external_id: string | null;
        form_id: number;
        id: number;
        location: string;
        name: string;
        owner_id: number;
        provider: string;
        slug: string;
        start_at: string;
        status: string;
        team_id: number;
        timezone: string;
        updated_at: string;
    }
    Index

    Properties

    created_at: string
    crm_campaign_id: string | null

    CRM campaign ID for lead association.

    crm_object_id: string | null

    CRM record ID this event maps to.

    crm_object_type: string | null

    CRM object type for synced leads (e.g. 'Lead', 'Contact').

    end_at: string

    ISO 8601 end date/time.

    event_type: string

    Event classification (e.g. 'congress', 'tradeshow').

    external_id: string | null

    Provider-assigned external event ID.

    form_id: number

    ID of the lead capture form associated with this event.

    id: number
    location: string
    name: string
    owner_id: number
    provider: string

    Lead retrieval provider (e.g. 'cvent', 'a2z').

    slug: string
    start_at: string

    ISO 8601 start date/time.

    status: string
    team_id: number
    timezone: string
    updated_at: string