Optional
configuration: ConfigurationStudio name.
Optional
userId: stringOptional. Filter by user id, and attach user data.
Optional
options: RawAxiosRequestConfigOverride http request option.
Optional
startIndex: numberOptional. The record index to start at. All items with a lower index will be dropped from the results.
Optional
limit: numberOptional. The maximum number of records to return.
Optional
searchTerm: stringOptional. Search term.
Optional
parentId: stringSpecify this to localize the search to a specific item or folder. Omit to use the root.
Optional
fields: ItemFields[]Optional. Specify additional fields of information to return in the output.
Optional
excludeItemTypes: BaseItemKind[]Optional. If specified, results will be filtered out based on item type. This allows multiple, comma delimited.
Optional
includeItemTypes: BaseItemKind[]Optional. If specified, results will be filtered based on item type. This allows multiple, comma delimited.
Optional
isFavorite: booleanOptional filter by items that are marked as favorite, or not.
Optional
enableUserData: booleanOptional, include user data.
Optional
imageTypeLimit: numberOptional, the max number of images to return, per image type.
Optional
enableImageTypes: ImageType[]Optional. The image types to include in the output.
Optional
userId: stringUser id.
Optional
nameStartsWithOrGreater: stringOptional filter by items whose name is sorted equally or greater than a given input string.
Optional
nameStartsWith: stringOptional filter by items whose name is sorted equally than a given input string.
Optional
nameLessThan: stringOptional filter by items whose name is equally or lesser than a given input string.
Optional
enableImages: booleanOptional, include image information in output.
Optional
enableTotalRecordCount: booleanTotal record count.
Optional
options: RawAxiosRequestConfigOverride http request option.
StudiosApi - functional programming interface
Export