---
title: "GET /wishlists"
method: GET
path: "/wishlists"
tags: ["wishlists"]
---

# GET /wishlists

`GET /wishlists`

Gets wishlists for current user
Use `examples_only=false&exclude_examples=false` to get all user wishlists and a set of random examples
Use `examples_only=true&exclude_examples=false` to get all example wishlists and exclude user wishlists
Use `examples_only=false&exclude_examples=true` to get all user wishlists and exclude examples
Use `examples_only=true&exclude_examples=true` is not allowed
Use `rental_category=rv` to filter rentals to RV category (includes campgrounds)
Use `rental_category=auto` to filter rentals to auto category (excludes campgrounds)

## Query parameters

- `examples_only` boolean
- `exclude_examples` boolean
- `rental_category` string

## Response `200`

- ReadManyWishlist[]
  - `campground_count` integer
  - `campgrounds` integer[] — DBIntSlice is a []int with database conversion methods
  - `cover_image_url` string
  - `id` integer
  - `is_example` boolean
  - `is_public` boolean
  - `rental_count` integer
  - `rentals` integer[] — DBIntSlice is a []int with database conversion methods
  - `title` string
  - `user_details` WishlistUserDetail[]
    - `avatar_url` string
    - `first_name` string
    - `id` integer
    - `last_name` string
    - `user_role` string
  - `user_role` string

## Other responses

- `400` — Invalid input or state means you're bad
- `401` — Unauthorized error
- `default` — An unknown, unexpected error.

---

[API](https://skmtc.net/outdoorsy/apis/outdoorsy-api-documentation.md) · [All operations](https://skmtc.net/outdoorsy/apis/outdoorsy-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/outdoorsy/outdoorsy-api-documentation/versions/f0cf8f605ea0/schema)
