Retrieve a list of items for the authenticated workspace. The list will be paginated and the provided query parameters allow filtering the returned items.
Default authentication mechanism
The SKU of the item.
The item description.
The item cost.
The item supplier.
[DEPRECATED] (use tagIds instead): The tag ID to filter the items by.
The tag IDs to filter the items by.
The unique name of the tags assigned to the short link (case insensitive).
The search term to filter the items by. The search term will be matched against the short item slug and the destination url.
The user ID to filter the items by.
Whether to include tags in the response. Defaults to false if not provided.
The field to sort the items by. The default is createdAt.
updatedAt, createdAt, sku, description, cost The sort order for the items. The default is desc.
asc, desc The page number for pagination.
x > 01
The number of items per page.
0 < x <= 10050
A list of items
The unique ID of the short item.
The SKU of the item.
The item description.
The supplier of the item.
The item cost.
[DEPRECATED] (use tags instead): The unique ID of the tag assigned to the short item.
The tags assigned to the short item.
The user ID of the creator of the short item.
The workspace ID of the short item.
The date and time when the short item was created.
The date and time when the short item was last updated.
[DEPRECATED] (use workspaceId instead): The project ID of the short item.