Skip to content

Parameters SPOItemsParameters

Barbarur edited this page Jun 21, 2026 · 2 revisions

Parameters Files and Items filter

Parameter Type Definition
All items Required
Choice
The Solution will include all the files in the libraries and items on the lists.
Filter items Required
Choice
The Solution will include only files and items matching matching the filters below. If not filters selected, the Solution will include all files and items.
Created after Optional The Solution will apply only on files and items created after the specified date in UTC.
Created before Optional The Solution will apply only on files and items created before the specified date in UTC.
Created by Optional The Solution will apply only on files and items created by a specific user identified by the specified email.
Modified after Optional The Solution will apply only on files and items modified after the specified date in UTC.
Modified before Optional The Solution will apply only on files and items modified before the specified date in UTC.
Modified by Optional The Solution will apply only on files and items modified by a specific user identified by the specified email.
Site relative path of the folder Optional Specifies a path from site to folder name.

This helps to run the solution across different site if the target library and folder structure is the same for those site. i.e. Project sites where libraries and folder follows the same template and folder organization.

If target folder has less than 5,000 items. Solution will be able to retrieve only the target items and will finish faster.

Learn more about Absolute and relative urls

Site relative path of the folder

Path input samples for different type of sites

Sample #1 Folder Url is: https://domain.sharepoint.com/sites/SiteName/Library Name/FolderName/Subfolder The site relative Url of the folder would be: /Library Name/FolderName/Subfolder

Sample#2 Folder is on the root site and Url is: https://domain.sharepoint.com/Library Name/FolderName/Subfolder The site relative Url of the folder would still be: /Library Name/FolderName/Subfolder

Sample #3 Folder is on a subsite and Url is: https://domain.sharepoint.com/sites/SiteName/SubsiteName/Library Name/FolderName/Subfolder The site relative Url of the folder would still be: /Library Name/FolderName/Subfolder

Clone this wiki locally