---
title: "Fetch supply flow articles."
method: GET
path: "/supply_flow/fetchArticle"
tags: ["MiscellaneousSupply flow"]
---

# Fetch supply flow articles.

`GET /supply_flow/fetchArticle`

This endpoint enables you to retrieve a list of supply flow articles. You will receive a list of supply flow
articles, including the name, description, and the article number.

## Query parameters

- `filter[byArticleNumber]` string
- `filter[byUnitName]` string
- `filter[byType]` string
- `offset` integer
- `limit` integer

## Response `200`

Success Response:

- StandardSupplyFlowFetchArticleResponse
  - `data` object[] — The supply flow articles.
    - `id` integer — The internal id of the article.
    - `articleNumber` string — The article number.
    - `name` string — The name of the article.
    - `externalReference` string — The external reference of the article.
    - `articleCategory` StandardSupplyFlowBaseSupplyFlowArticleCategoryReference
      - `id` integer — The internal id of the article group.
      - `name` string — The name of the article group.
      - `externalReference` string — The external reference of the article group.
    - `description` string — The description of the article.
    - `unit` string — The unit of the article.
    - `type` string — The article type (CONSUMPTION | REUSABLE)
    - `trackingType` string — The article tracking type (CHARGE | SERIAL)
    - `ean` string — The article ean.
    - `weight` number — The article weight in grams.
    - `standardStorageLocation` string — The articles standard storage location.
    - `defaultUnitPrice` number — The articles default unit price.
    - `co2Factor` number — The articles co2 factor.
  - `offset` integer — Number of skiped records.
  - `totalCount` integer — Total number of available supply flow articles. (Only calculated if offset is 0)

## Changes

- **2026-09-02** `deef17b6c723` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/geocapture/apis/geocapture-api/changes/supply_flow/fetchArticle/get.md)

---

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