@myinterview/global-api-sdk
    Preparing search index...

    Interface IGetJobVideosBody

    interface IGetJobVideosBody {
        job_id: string;
        query?: {
            apiKey?: string;
            candidate_id?: string;
            clicked?: boolean;
            completed?: boolean;
            email?: string;
            language?: string;
            limit?: number;
            referrer?: string;
            skip?: number;
            uploaded?: boolean;
            username?: string;
        };
    }
    Index

    Properties

    Properties

    job_id: string
    query?: {
        apiKey?: string;
        candidate_id?: string;
        clicked?: boolean;
        completed?: boolean;
        email?: string;
        language?: string;
        limit?: number;
        referrer?: string;
        skip?: number;
        uploaded?: boolean;
        username?: string;
    }