---
title: "Search requests"
method: GET
path: "/v1/Requests"
tags: ["Requests"]
---

# Search requests

`GET /v1/Requests`

Search for one or more requests.

## Query parameters

- `search.request_id` integer[]
- `search.customer_id` integer[]
- `search.request_status_id` integer[]
- `search.request_status` string[]
- `search.assigned_to` integer[]
- `search.group_assigned_to` integer[]
- `search.created_date_start` string, date-time
- `search.created_date_end` string, date-time
- `search.page_size` integer
- `search.page` integer
- `search.sort` string

## Response `200`

OK

- RevWebAPIModelsGetOrSearchOfRevAppSearchModelsResponseOfRevAppModelsRequest
  - `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` RevAppModelsRequest[] — List of records returned.
    - `request_id` integer — Primary identifier for this request. Do not include when creating a new request.
    - `request_status_id` integer, required — Foreign identifier indicating the status of this request. Use the RequestStatuses endpoint to provide the appropriate ID for the request from the list of statuses.
    - `customer_id` integer, required — Foreign identifier indicating the associated account.
    - `assigned_to` integer — Foreign identifier indicating which user this request is assigned.
    - `group_assigned_to` integer — Foreign identifier indicating which user group this request is assigned.
    - `process_id` integer — Foreign identifier indicating which process to follow.
    - `created_date` string, date-time — Date and time this request was created.
    - `status_date` string, date-time — Date and time the status was updated in Rev.io.
    - `created_by` integer — Foreign identifier of user that created this request.
    - `description` string — Free-form text description of the request.
    - `process_phase_id` integer — Foreign identifier indicating which phase of the current process this request is in.
    - `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/versions/135571434f6c/schema)
