getFilteredImagePreviews

abstract fun getFilteredImagePreviews(pageId: String, documentId: String): List<File>

Provides full list of Files containing page preview with applied filters for a given document.

Return

List of Files with images

Parameters

pageId
  • id of a page

documentId
  • id of a parent document

Throws