API Documentation >> API 2.0 Main >> Wants List Management
Requests grouped to wants list management let you retrieve information about your stored wants lists, as well as let you manipulate them - creating new lists, add, edit, and delete wants lists and wants:
Resource | Allowed HTTP Methods | Ded | Wid | 3rd | Description |
---|---|---|---|---|---|
Wants Lists | GET | X | - | X | Returns all Wants List entities for the authenticated user. |
POST | X | - | X | Creates a new wants list for the authenticated user. | |
Wants Lists Items | GET | X | - | X | Returns all Wants List Item entities for a specified wants list. |
PUT | X | - | X | Either change the name of the specified wantslist or manage items on it, i.e. add, edit, and delete items. | |
DELETE | X | - | X | Deletes the specified wants list and all items on it. |