---
title: "Fetch trackers/tracker categories and their cost settings."
method: GET
path: "/tracker_cost_setting/fetch"
tags: ["Cost control|Tracker cost setting"]
---

# Fetch trackers/tracker categories and their cost settings.

`GET /tracker_cost_setting/fetch`

This endpoint enables you to retrieve a list of tracker cost settings.

## Query parameters

- `filter[byTrackerId]` integer
- `filter[byTrackerCategoryId]` integer
- `offset` integer
- `limit` integer

## Response `200`

Success Response:

- StandardCostDistributionHistoryFetchResponse
  - `data` object[] — The tracker cost settings.
    - `id` integer — The internal id of the tracker cost setting.
    - `tracker` StandardCostDistributionHistoryBaseTrackerItem
      - `id` integer — The internal vehicle ID.
      - `identifier` string — The customer-specific ID. (max. 64 characters)
      - `inventoryNumber` string — The inventory number. (max. 128 characters)
      - `licenseNumber` string — The vehicle license plate. (max. 255 characters)
      - `identificationNumber` string — The vehicle identification number. (max. 24 characters)
      - `importSource` string — External data source from which this vehicle originates. (max. 64 characters)
      - `importKey` string — External ID from the respective data source. (max. 64 characters)
      - `name` string — The vehicle name. (max. 255 characters)
      - `description` string — The vehicle description.
      - `driverName` string — The driver name. (max. 255 characters)
      - `driverPhoneNumber` string — The driver phone number. (max. 255 characters)
      - `costCenter` string — The cost center. (max. 25 characters)
      - `serialNumber` string — The serial number of the vehicle.
      - `manufacturingDate` string — Represents a date and a time. (ISO 8601) ICU-Format: yyyy-MM-dd'T'HH:mm:ssxxx
    - `trackerCategory` StandardTrackerCategoryBaseTrackerCategoryListItem
      - `id` integer — The internal id of the tracker category.
      - `name` string — The name of the tracker category.
      - `description` string — The description of the tracker category.
      - `externalId` string — The external ID of the tracker category.
      - `costCenter` string — The cost center of the tracker category.
      - `createdAt` string — Represents a date and a time. (ISO 8601) ICU-Format: yyyy-MM-dd'T'HH:mm:ssxxx
    - `costTypeSource` string — The source of the cost type.
    - `costType` string — The cost type.
    - `costDistribution` string — The cost distribution.
    - `logisticsKmDistribution` string — The distribution of costs to projects for the day.
    - `logisticsKmRate` number — The costs per kilometer.
    - `logisticsHourlyRate` number — The costs per operating hour.
    - `logisticsDailyRate` number — A fixed cost amount per day.
    - `machineHourlyRate` number — The costs per operating hour.
    - `machineDailyRate` number — A fixed cost amount per day.
    - `machineTransportDayDistribution` string — The cost distribution for transport days.
    - `from` string — Represents a date and a time. (ISO 8601) ICU-Format: yyyy-MM-dd'T'HH:mm:ssxxx
    - `to` string — Represents a date and a time. (ISO 8601) ICU-Format: yyyy-MM-dd'T'HH:mm:ssxxx
  - `offset` integer — Number of skipped records.
  - `totalCount` integer — Total number of available tracker cost settings.

---

[API](https://skmtc.net/geocapture/apis/geocapture-api.md) · [All operations](https://skmtc.net/geocapture/apis/geocapture-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/geocapture/geocapture-api/versions/15839b24c497/schema)
