ETASCOM CRM V3 - Documentation API
    Preparing search index...

    Interface ActionsResponse

    interface ActionsResponse {
        actions: Action[];
        pagination: { page: number; limit: number; total: number; pages: number };
        stats: {
            totalActions: number;
            technicalActions: number;
            pricingActions: number;
            timeSensitiveActions: number;
        };
    }
    Index

    Properties

    actions: Action[]
    pagination: { page: number; limit: number; total: number; pages: number }
    stats: {
        totalActions: number;
        technicalActions: number;
        pricingActions: number;
        timeSensitiveActions: number;
    }