Folder in appian()

I'm creating an Appian web API to retrieve documents from our Appian system and link them with our other systems.

To that end, I'm utilising Appian's folder() function to gather information about the contents of a folder.

folder(
    theCaseFolder,
    "documentChildren"
)

The issue I'm facing is that, while this code works most of the time, we have some instances with over 1000 documents recorded against the case. I notice in the Appian documentation that:

The documentChildren and folderChildren properties provide the top 1000 documents or folders that are direct offspring of the specified folder, accordingly.

My issue is that we have a few cases where there are over 3000 papers attached. Is it possible to obtain a list of those kid documents, or am I completely out of luck?

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data