---
title: "Search templated configurations [System Admin]"
method: POST
path: "/app/v1/templated_configurations/search"
tags: ["templated_configurations"]
---

# Search templated configurations [System Admin]

`POST /app/v1/templated_configurations/search`

## Query parameters

- `tenant_id` string

## Request body

- object
  - `page` number — Which page to return
  - `page_size` number — How many items to list in a page
  - `sort_by` 'name' | 'display_name' | 'primary_resource_type' | 'created_at' | 'updated_at'
  - `sort_direction` 'asc' | 'desc' — Sort direction
  - `filter` object — A filter object for Templated Configurations where it can filter based on any of these following fields. No fields are mandatory and the syntax is roughly the same as MongoDB querying.
    - `created_at` string, date-time
    - `updated_at` string, date-time
    - `created_by` string, uuid
    - `updated_by` string, uuid
    - `display_name` string
    - `name` string
    - `equipment_type_id` string
    - `primary_resource_type` 'equipment' | 'flow'

## Response `200`

successful operation

- PagedTemplatedConfigurationList
  - `page_number` number
  - `page_size` number
  - `total_entries` number
  - `total_pages` number
  - `data` TemplatedConfigurationResponse[]
    - `name` string, required
    - `display_name` string, required
    - `primary_resource_type` 'equipment' | 'flow' | 'asset_group' | 'asset_group_asset' | 'form_submission' | 'default_record_value_configuration' | 'estimation_method' | 'default_calculator_input_record' | 'reporting_group_estimation_method' | 'reporting_group', required
    - `other_resource_types` string[], required
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required
    - `configuration` object, required
      - `custom_attribute_configuration` object
    - `equipment_types` object[]
      - `id` string, required
      - `name` string, required
    - `description` string, required

---

[API](https://skmtc.net/validere/apis/carbonhub-api.md) · [All operations](https://skmtc.net/validere/apis/carbonhub-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/validere/carbonhub-api/revisions/053edab62415/schema)
