CLOVER Website - v0.3.1
    Preparing search index...

    Function getClassActivityByClassId

    • Fetches all activity logs for a specific class from the database.

      Parameters

      • classId: string

        The ID of the class

      Returns Promise<{ data?: null | UserActivityLogItem[]; error?: string }>

      • The response from the server or an error message.