Skip to content

FolderScopingOnly

Folder-scoping fields only — the shared vocabulary for identifying an Orchestrator folder without any OData query-shape options. Provide one of folderId, folderKey, or folderPath. When more than one is supplied, all are forwarded; the server applies precedence folderPath > folderKey > folderId.

Use this as the base for mutation options (e.g. updateValue) where expand/select carry no meaning. Read methods (getByName, getById) should extend FolderScopedOptions instead so callers can shape the response via $expand/$select.

Extended by

Properties

Property Type Description
folderId? number Numeric folder ID.
folderKey? string Folder key (GUID-formatted string).
folderPath? string Slash-delimited folder path, e.g. 'Shared/Finance'.