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

    Properties

    fields?: string[]
    id?: string[]
    page?: number
    q?: string
    referenceId?: string[]
    retentionUntilFrom?: string
    retentionUntilTo?: string
    size?: number
    sort?: string
    uploadedAtFrom?: string
    uploadedAtTo?: string