---
title: "Fetch salary type list."
method: GET
path: "/salary_type/fetch"
tags: ["Time Tracking|Salary type"]
---

# Fetch salary type list.

`GET /salary_type/fetch`

This endpoint enables you to retrieve a roster of salary classifications within geoCapture. To modify the
characteristics of the salary type, adjustments must be made in geoCapture. You will receive fundamental details
about the salary type, including its `name`, `id`, a holiday flag, and its `type`. The salary type serves as the
identifier for wage exports and within this API, and the `name` is used in geoCapture to refer to this
designation.

## Query parameters

- `filter[byIds][]` integer[]
- `offset` integer
- `limit` integer

## Response `200`

Success Response:

- StandardSalaryTypeFetchResponse
  - `data` object[] — The absence types.
    - `id` integer — The internal salary type ID.
    - `name` string — The name of the salary type.
    - `type` string — The salary type.
    - `isVacation` boolean — Whether the salary type is the holiday salary type.
  - `offset` integer — Number of skiped records.
  - `totalCount` integer — Total number of available salary types. (Only calculated if offset is 0)

---

[API](https://skmtc.dev/geocapture/apis/geocapture-api.md) · [All operations](https://skmtc.dev/geocapture/apis/geocapture-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/geocapture/geocapture-api/revisions/38304358efb5/schema)
