Skip to content

ConnectionGetAllOptions

Options for ConnectionsServiceModel.getAll.

The API returns a plain array — pagination is page-indexed via pageIndex/pageSize. There is no continuation cursor; callers paginate by incrementing pageIndex.

Extends

Properties

Property Type Description
fetchLatest? boolean Force connector refresh and skip cache.
filter? string Server-side filter expression.
folderDefaults? boolean Include only default connections (one per connector per folder).
folderId? number Numeric folder ID.
folderKey? string Folder key (GUID-formatted string).
folderPath? string Slash-delimited folder path, e.g. 'Shared/Finance'.
mostRecentFirst? boolean Sort newest-first.
pageIndex? number 1-indexed page number.
pageSize? number Page size (number of items per page).