The collection's unique identifier. (This query also supports 'favorites' as the collectionID).
an object with query parameters
Optionallimit?: numberThe maximum number of resources to return for a request. The limit must be an integer between 1 and 100 (inclusive).
Optionalname?: stringThe case-insensitive string used to search for a resource by name.
Optionalnext?: stringThe cursor to the next page of resources. Provide either the next or prev cursor, but not both.
OptionalnoActions?: booleanIf set to true, the user's available actions for each item will not be evaluated meaning the actions-array will be omitted from the response (reduces response time).
Optionalprev?: stringThe cursor to the previous page of resources. Provide either the next or prev cursor, but not both.
Optionalquery?: stringThe case-insensitive string used to search for a resource by name or description.
OptionalresourceId?: stringThe case-sensitive string used to search for an item by resourceId. If resourceId is provided, then resourceType must be provided. Provide either the resourceId or resourceLink, but not both.
OptionalresourceLink?: stringThe case-sensitive string used to search for an item by resourceLink. If resourceLink is provided, then resourceType must be provided. Provide either the resourceId or resourceLink, but not both.
OptionalresourceType?: ItemResourceTypeEnumThe case-sensitive string used to search for an item by resourceType.
Optionalshared?: booleanOptionalsort?: "-name" | "+name" | "+createdAt" | "-createdAt" | "+updatedAt" | "-updatedAt"The property of a resource to sort on (default sort is +createdAt). The supported properties are createdAt, updatedAt, and name. A property must be prefixed by + or - to indicate ascending or descending sort order respectively.
OptionalspaceId?: stringThe space's unique identifier (supports 'personal' as spaceId).
Optionaloptions: ApiCallOptions
Retrieves items from a collection that the user has access to.