Scorable TypeScript SDK - v0.12.1
    Preparing search index...

    Interface JudgeListParams

    interface JudgeListParams {
        is_preset?: boolean;
        include_public?: boolean;
        projectId?: string;
        cursor?: string;
        page_size?: number;
        search?: string;
        ordering?: string;
    }

    Hierarchy (View Summary)

    Index
    is_preset?: boolean
    include_public?: boolean
    projectId?: string

    Filter judges by project UUID. Public judges are excluded when this filter is set.

    cursor?: string
    page_size?: number
    search?: string
    ordering?: string