Retrieves the files and/or folders contained within a Box collection. Collections in Box are used to organize content. Currently, Box supports one type of collection: 'Favorites', which allows users to mark files and folders for quick access. Use this action to: - List all files…
limitintegerThe maximum number of items to return per page. Default is 100 if not specified. The maximum allowed value is 1000.
fieldsarrayA list of attribute names to include in the response (e.g., ['name', 'id', 'created_at', 'modified_at']). When specified, only the requested fields are returned along with the mini representation fields. If not specified, standard fields are returned. Available fields include: n…
offsetintegerThe zero-based offset of the first item to return. Used for pagination. Maximum value is 10000; requests with offset > 10000 will be rejected with a 400 error. Default is 0.
collection_idRequiredstringThe unique identifier of the collection. Use the 'List all collections' action (BOX_LIST_ALL_COLLECTIONS) to retrieve available collection IDs. Box currently supports one collection type: 'Favorites'.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.