Filter and pagination options for GET /user/file (list mode).

interface ESPFileListParams {
    entityId?: string;
    entityType?: string;
    fileName?: string;
    fileType?: string;
    resultCount?: number;
    startId?: string;
    userName?: string;
}

Hierarchy (View Summary)

Properties

entityId?: string
entityType?: string
fileName?: string
fileType?: string
resultCount?: number
startId?: string
userName?: string