v2

latestOpenAPI 3.1.02026-07-3171165552.0 KB
Journal

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

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

get/dashboards/journal/{slug_or_issn}/article-count

Path parameters

slug_or_issnstring required

Headers

authorizationstring

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

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

Response

Successful Response

totalArticleCountinteger nullable

Example response

{
  "totalArticleCount": 26325
}