---
title: "Search request addresses"
method: GET
path: "/v1/RequestAddresses"
tags: ["RequestAddresses"]
---

# Search request addresses

`GET /v1/RequestAddresses`

Search for one or more request addresses.

## Query parameters

- `search.request_address_id` integer[]
- `search.request_id` integer[]
- `search.address_id` integer[]
- `search.is_shipping_address` boolean
- `search.page_size` integer
- `search.page` integer
- `search.sort` string

## Response `200`

OK

- RevWebAPIModelsGetOrSearchOfRevAppSearchModelsResponseOfRevAppModelsRequestAddress
  - `ok` boolean
  - `has_more` boolean — Helper for pagination. Indicates there are more records returned.
  - `record_count` integer — Total number of records found by the search.
  - `records` RevAppModelsRequestAddress[] — List of records returned.
    - `request_address_id` integer — Primary identifier of the request and address mapping.
    - `request_id` integer — Identifier for the associated request.
    - `address_id` integer — Identifier for the associated address.
    - `is_shipping_address` boolean — Indicates if this request address is a shipping address.
    - `links` RevAppComponentsLink[]
      - `rel` string
      - `href` string

## Other responses

- `500` — InternalServerError

---

[API](https://skmtc.net/rev-io/apis/rev-io-api.md) · [All operations](https://skmtc.net/rev-io/apis/rev-io-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rev-io/rev-io-api/revisions/135571434f6c/schema)
