v2

latestOpenAPI 3.1.02026-07-3171165552.0 KB
Journal

Get Issn Editorial Notices

Get multiple editorial notice aggregations for multiple ISSNs.

Up to 500 ISSNs can be specified at once.

get/issn-editorial-notices

Query parameters

issnstring required

Comma separated list of ISSNs to lookup.

Example:0006-3223,1110-0168,1100-3312

Comma separated list of ISSNs to lookup.

Headers

authorizationstring

Set to Bearer <token> to pass token for authorization.

Set to Bearer <token> to pass token for authorization.

Response

Successful Response

issnstring required

Example response

[
  {
    "issn": "0006-3223",
    "notices": {
      "totalCorrections": 0,
      "totalErrata": 77,
      "totalExpressionOfConcerns": 0,
      "totalRetractions": 15,
      "totalWithdrawals": 3
    }
  },
  {
    "issn": "1110-0168",
    "notices": {
      "totalCorrections": 0,
      "totalErrata": 6,
      "totalExpressionOfConcerns": 0,
      "totalRetractions": 2,
      "totalWithdrawals": 5
    }
  },
  {
    "issn": "1100-3312"
  }
]