---
title: "Search request products"
method: GET
path: "/v1/RequestProducts"
tags: ["RequestProducts"]
---

# Search request products

`GET /v1/RequestProducts`

Search for one or more request products.

## Query parameters

- `search.request_product_id` integer[]
- `search.request_service_id` integer[]
- `search.request_id` integer[]
- `search.product_id` integer[]
- `search.page_size` integer
- `search.page` integer
- `search.sort` string

## Response `200`

OK

- RevWebAPIModelsGetOrSearchOfRevAppSearchModelsResponseOfRevAppModelsRequestProduct
  - `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` RevAppModelsRequestProduct[] — List of records returned.
    - `request_product_id` integer — Primary identifier for this request product.
    - `request_service_id` integer, required — Foreign identifier indicating which request service it belongs to.
    - `request_id` integer, required — Foreign identifier indicating which request it is part of.
    - `product_id` integer, required — Foreign identifier indicating the catalog product it is modeled after.
    - `quantity` integer, required — How many.
    - `rate` number, double — Per month charge to the end user.
    - `description` string — Short description of the product (i.e. the name).
    - `code_1` string — Primary provisioning code (i.e. USOC).
    - `code_2` string — Secondary provisioning code (i.e. FID).
    - `contract_start` string, date-time — Date service contract starts.
    - `contract_end` string, date-time — Date service contract ends.
    - `group_on_bill` boolean — Indicates product should display grouped with other products on the same package.
    - `tax_included` boolean — Indicates base charge plus tax should be equal to value of rate.
    - `itemized` boolean — Indicates product should itemize, by name only, when group_on_bill = true.
    - `cost` number, double — Per month cost from provider.
    - `buy_rate` number, double — Per month charge to a reseller.
    - `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)
