---
title: "Search request templates"
method: GET
path: "/v1/RequestTemplates"
tags: ["RequestTemplates"]
---

# Search request templates

`GET /v1/RequestTemplates`

Search for one or more request templates.

## Query parameters

- `search.request_template_id` integer[]
- `search.active` boolean
- `search.name` string[]
- `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

- RevWebAPIModelsGetOrSearchOfRevAppSearchModelsResponseOfRevAppModelsRequestTemplate
  - `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` RevAppModelsRequestTemplate[] — List of records returned.
    - `request_template_id` integer — Primary identifier for this request template.
    - `file_id` integer, required — Foreign identifier for the file this template model represents.
    - `name` string, required — Short description of this template.
    - `active` boolean — Indicates whether the template can be used.
    - `created_date` string, date-time — Date and time this template was added to Rev.io.
    - `created_by` integer — Foreign identifier indicating which user created the template.
    - `bill_profile_id` integer — Foreign identifier indicating the default bill profile.
    - `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)
