@cpod/sdk - v0.2.7
    Preparing search index...

    Function getExpertApplications

    • Get applications associated with a specific expert

      Parameters

      • expertId: string

        The unique identifier of the expert

      Returns Promise<Application[]>

      Array of applications for the expert

      401 - Not authenticated

      404 - Expert not found

      import { getExpertApplications } from "@cpod/sdk";

      const apps = await getExpertApplications("expert-123");