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

    Interface EmployeeTrainingResponse

    interface EmployeeTrainingResponse {
        employeeTrainings: EmployeeTraining[];
        pagination: {
            page: number;
            limit: number;
            total: number;
            totalPages: number;
        };
        stats: {
            total: number;
            completed: number;
            inProgress: number;
            planned: number;
        };
    }
    Index

    Properties

    employeeTrainings: EmployeeTraining[]
    pagination: { page: number; limit: number; total: number; totalPages: number }
    stats: { total: number; completed: number; inProgress: number; planned: number }