---
title: "Get Issn Editorial Notices"
method: GET
path: "/issn-editorial-notices"
tags: ["Journal"]
---

# Get Issn Editorial Notices

`GET /issn-editorial-notices`

Get multiple editorial notice aggregations for multiple ISSNs.

Up to 500 ISSNs can be specified at once.

## Query parameters

- `issn` string, required — Comma separated list of ISSNs to lookup.

## Headers

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

## Response `200`

Successful Response

- IssnEditorialNoticeResponse[]
  - `issn` string, required
  - `notices` DashboardEditorialNoticeCountSchema
    - `totalRetractions` integer
    - `totalExpressionOfConcerns` integer
    - `totalWithdrawals` integer
    - `totalErrata` integer
    - `totalCorrections` integer

## 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/9f4cba020e89/schema)
