The collection's unique identifier. (This query also supports 'favorites' as the collectionID).
an object with query parameters
Optional
limit?: numberThe maximum number of resources to return for a request. The limit must be an integer between 1 and 100 (inclusive).
Optional
name?: stringThe case-insensitive string used to search for a resource by name.
Optional
next?: stringThe cursor to the next page of resources. Provide either the next or prev cursor, but not both.
Optional
noActions?: 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).
Optional
prev?: stringThe cursor to the previous page of resources. Provide either the next or prev cursor, but not both.
Optional
query?: stringThe case-insensitive string used to search for a resource by name or description.
Optional
resourceId?: 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.
Optional
resourceLink?: 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.
Optional
resourceType?: ItemResourceTypeEnumThe case-sensitive string used to search for an item by resourceType.
Optional
shared?: booleanOptional
sort?: "-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.
Optional
spaceId?: stringThe space's unique identifier (supports 'personal' as spaceId).
Optional
options: ApiCallOptions
Retrieves items from a collection that the user has access to.