forked from doubaniux/boofilsic
-
-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Description
Currently there is no API endpoint to fetch all collections that include a given item.
For example, given an item_uuid, it would be useful to retrieve a list of collections that contain this item.
Suggested Endpoint
GET /api/item/{item_uuid}/collections/
Expected Response Example
[
{
"uuid": "collection-uuid",
"name": "My Favorites",
"owner": {
"id": "user-id",
"username": "citron"
}
},
...
]Use Case
- Display which collections an item belongs to on its detail page
- Support showing “Added to your collections” states for logged-in users
mohammadrafigh
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Wishlist