---
title: "Find gauge codes based on search parameters."
method: POST
path: "/api/gauge-codes/list"
tags: ["Gauge Code"]
---

# Find gauge codes based on search parameters.

`POST /api/gauge-codes/list`

## Query parameters

- `Sort.Field` string
- `Sort.Dir` 'ascending' | 'descending' — Specify sorting direction.
- `Skip` integer
- `Take` integer

## Request body

- TagRequestFindParametersBase — Parameters used for searching/finding accounting codes.
  - `name` string, nullable — Filter tags based on their name.
  - `ids` string[], nullable — Filter tags based on matching ids.

## Response `200`

List of gauge codes matching the filters

- TagDto[]
  - `id` string, required — Unique Id associated to the referenced object
  - `name` string, required — Descriptive name associated to the object
  - `style` 'primary' | 'secondary' | 'success' | 'danger' | 'warning' | 'info' | 'light' | 'dark' | 'connected', required — Style enum (for tags).
  - `description` string, nullable — Descriptive name associated to the object
  - `types` CommonEnumTagTypeEnum[], required — Represents where/how this tag is used.
  - `deleted` boolean, nullable — Indicate if this tag has been deleted.

---

[API](https://skmtc.net/fulcrumpro/apis/fulcrum-publicapi.md) · [All operations](https://skmtc.net/fulcrumpro/apis/fulcrum-publicapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fulcrumpro/fulcrum-publicapi/versions/1b5649cff14a/schema)
