get https://api.fabric.inc/v3/lists/users/
Shoppers may want to periodically review their shopping lists and ensure they are up to date.
This endpoint gets a paginated response of shopping lists by user ID. For each list, you can view user ID, list ID, list name, type, notes, custom attributes (if any), as well as time of list creation and update.
Note:
1. You can refine the results by specifying offset
and limit
. When they are not specified, you will get up to 10 records.
2. To view items in a list, refer to Get lists with items endpoint - POST /lists/users/{userId}/actions/get-list-details-with-items
.