---
title: "Get Gym specific properties for article"
method: GET
path: "/api/Article/GymArticle/{articleId}/{gymId}"
tags: ["Article"]
---

# Get Gym specific properties for article

`GET /api/Article/GymArticle/{articleId}/{gymId}`

## Path parameters

- `articleId` integer, required
- `gymId` integer, required

## Response `200`

API Response with Article entity

- GymArticleDetailsDTO — The GymArticleDetailsDTO Class. Contains fields of GymArticleDetails DTO in application.
  - `articleId` integer
  - `availableQty` number
  - `createdUser` string, nullable — Created User
  - `employeeDiscount` number
  - `employeePrice` number
  - `gymId` integer — Gym Id where article is related
  - `gymIdList` string, nullable — GymId - Gym Id string with comma separated GymIds
  - `gymName` string, nullable — Gym Name
  - `id` integer
  - `isDefault` boolean — Set as the default values for the article
  - `isInventoryItem` boolean
  - `isObsolete` boolean
  - `modifiedUser` string, nullable — Modified user
  - `reorderLevel` number
  - `revenueAccountId` integer — Revenue account Id
  - `sellingPrice` number

## 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)
