@webitel/api-services
    Preparing search index...
    type SearchFilesByCallParams = {
        channel?: SearchFilesByCallChannelItem[];
        fields?: string[];
        id?: string[];
        page?: number;
        q?: string;
        referenceId?: string[];
        retentionUntilFrom?: string;
        retentionUntilTo?: string;
        size?: number;
        sort?: string;
        uploadedAtFrom?: string;
        uploadedAtTo?: string;
    }
    Index

    Properties

    • ScreenRecordingChannel: ScreenshotChannel = 8; // deprecated
    fields?: string[]
    id?: string[]
    page?: number
    q?: string
    referenceId?: string[]
    retentionUntilFrom?: string
    retentionUntilTo?: string
    size?: number
    sort?: string
    uploadedAtFrom?: string
    uploadedAtTo?: string