---
title: "GET /api/Article/GetAddons"
method: GET
path: "/api/Article/GetAddons"
tags: ["Article"]
---

# GET /api/Article/GetAddons

`GET /api/Article/GetAddons`

## Query parameters

- `searchText` string, nullable
- `gymIds` string, nullable
- `type` string, nullable
- `limit` integer
- `offset` integer

## Response `200`

- DefaultResponseDTOOfListOfArticleSearchDTO — The DefaultResponseDTO Class. Contains fields of DefaultResponse DTO in application.
  - `isError` boolean
  - `message` string, nullable
  - `responseException` unknown
  - `result` ArticleSearchDTO[], nullable
    - `activeStatus` boolean — Active Status
    - `applyForAllGyms` boolean
    - `articleId` integer
    - `createdDate` string, date-time
    - `createdUser` string, nullable
    - `description` string, nullable
    - `measureUnit` string, nullable — MeasureUnit
    - `modifiedDate` string, date-time
    - `modifiedUser` string, nullable
    - `name` string, nullable
    - `number` integer
    - `price` number
    - `sellingPrice` number — Actual Selling price of the article
    - `tags` string, nullable
    - `totalCount` integer — total number of recode for particular search
    - `type` string, nullable — article type

## Other responses

- `404`
- `500`

---

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