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
}

Changes

No recorded changes to this endpoint across all 3 revisions of this API.