---
title: "Search request contacts"
method: GET
path: "/v1/RequestContacts"
tags: ["RequestContacts"]
---

# Search request contacts

`GET /v1/RequestContacts`

Search for one or more request contacts.

## Query parameters

- `search.request_contact_id` integer[]
- `search.request_id` integer[]
- `search.contact_id` integer[]
- `search.request_address_id` integer[]
- `search.page_size` integer
- `search.page` integer
- `search.sort` string

## Response `200`

OK

- RevWebAPIModelsGetOrSearchOfRevAppSearchModelsResponseOfRevAppModelsRequestContact
  - `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` RevAppModelsRequestContact[] — List of records returned.
    - `request_contact_id` integer — Primary identifier for this request-contact link
    - `contact_id` integer, required — Foreign identifier for the contact being linked.
    - `request_id` integer, required — Foreign identifier for the request being linked to.
    - `request_address_id` integer — Foreign identifier indicating an association to a request 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)
