---
title: "GET /notes-to-renters"
method: GET
path: "/notes-to-renters"
tags: ["notes-to-renters"]
---

# GET /notes-to-renters

`GET /notes-to-renters`

Returns a list of notes to renters

## Query parameters

- `available_for_rental_id` integer
- `rental_id` integer
- `user_id` integer
- `location_ids` string
- `offset` integer
- `limit` integer
- `translate` string

## Response `200`

- NoteListResponse
  - `meta` NoteMetadata
    - `limit` integer
    - `offset` integer
    - `total` integer
  - `notes` NoteToRenters[]
    - `applies_to_type` string[]
    - `created` string
    - `description` string
    - `id` integer
    - `location_ids` integer[]
    - `name` string
    - `owner_user_id` integer
    - `position` integer
    - `rental_id` integer
    - `updated` string

## Other responses

- `400` — Invalid input or state means you're bad
- `401` — Unauthorized error
- `404` — Not found 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)
