Get applications associated with a specific expert
The unique identifier of the expert
Array of applications for the expert
401 - Not authenticated
404 - Expert not found
import { getExpertApplications } from "@cpod/sdk";const apps = await getExpertApplications("expert-123"); Copy
import { getExpertApplications } from "@cpod/sdk";const apps = await getExpertApplications("expert-123");
Get applications associated with a specific expert