Skip to content

/AWS1/CL_QST=>SEARCHFOLDERS()

About SearchFolders

Searches the subfolders in a folder.

Method Signature

IMPORTING

Required arguments:

IV_AWSACCOUNTID TYPE /AWS1/QSTAWSACCOUNTID /AWS1/QSTAWSACCOUNTID

The ID for the Amazon Web Services account that contains the folder.

IT_FILTERS TYPE /AWS1/CL_QSTFOLDERSEARCHFILTER=>TT_FOLDERSEARCHFILTERLIST TT_FOLDERSEARCHFILTERLIST

The filters to apply to the search. Currently, you can search only by the parent folder ARN. For example, "Filters": [ { "Name": "PARENT_FOLDER_ARN", "Operator": "StringEquals", "Value": "arn:aws:quicksight:us-east-1:1:folder/folderId" } ].

Optional arguments:

IV_NEXTTOKEN TYPE /AWS1/QSTSTRING /AWS1/QSTSTRING

The token for the next set of results, or null if there are no more results.

IV_MAXRESULTS TYPE /AWS1/QSTMAXRESULTS /AWS1/QSTMAXRESULTS

The maximum number of results to be returned per request.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_QSTSEARCHFOLDERSRSP /AWS1/CL_QSTSEARCHFOLDERSRSP