---
title: "Fetch order category list"
method: GET
path: "/order_category/fetch"
tags: ["Orders|Order category"]
---

# Fetch order category list

`GET /order_category/fetch`

In geoCapture, order categories classify various types of orders into separate groups according to their nature
or purpose. This helps to efficiently manage various tasks, including deliveries, maintenance, installations,
and inspections. By grouping all maintenance-related tasks together under one category, resources can be
allocated more easily, and work can be scheduled more efficiently. This functionality optimizes the workflow by
enabling users to swiftly discern and handle orders based on their corresponding categories. Additionally, orders
belonging to a specific category may inherit certain aspects, including desired or undesired qualifications.

## Query parameters

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

## Response `200`

Success Response:

- StandardOrderCategoryFetchResponse
  - `data` object[] — The order categories.
    - `id` integer — The internal id of the order category
    - `dispoType` string — The name of the dispo type
    - `name` string — The name of the order category
    - `externalId` string — The external id of the order category
    - `createdAt` 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 order categories. (Only calculated if offset is 0)

---

[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/869b05603541/schema)
