The item's unique identifier.
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-sensitive string used to search for a collection by name.
Optionalnext?: stringThe cursor to the next page of resources. Provide either the next or prev cursor, but not both.
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.
Optionalsort?: "-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.
Optionaltype?: CollectionTypesThe case-sensitive string used to search for a collection by type.
Optionaloptions: ApiCallOptions
Finds and returns the collections (and tags) of an item. This endpoint does not return the user's favorites collection.