---
title: "Get count of publications for a journal dashboard by slug/ISSN"
method: GET
path: "/dashboards/journal/{slug_or_issn}/article-count"
tags: ["Journal"]
---

# Get count of publications for a journal dashboard by slug/ISSN

`GET /dashboards/journal/{slug_or_issn}/article-count`

Get count of publications for scite journal dashboard by valid ISSN.

## Path parameters

- `slug_or_issn` string, required

## Headers

- `authorization` string — Set to `Bearer <token>` to pass token for authorization.

## Response `200`

Successful Response

- DashboardTotalArticleCountRS
  - `totalArticleCount` integer, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/scite/apis/scite-api.md) · [All operations](https://skmtc.net/scite/apis/scite-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/scite/scite-api/revisions/1715bd3719ed/schema)
