Get Article Count for Stages

Overview

This API allows user to get count of articles for stages assigned to logged in user along with draft article for which user is author

Permissions

  • User must have access of authoring.
  • User must have knowledge license.
SecurityoAuthUser or oAuthClient
Request
query Parameters
$lang
required
string

The knowledge base language used for retrieving response. Must be a language enabled in the system.

Enum: "en-US" "en-GB" "fr-FR" "es-ES" "it-IT" "de-DE" "nl-NL" "pt-BR" "pt-PT" "da-DK" "sv-SE" "ru-RU" "fr-CA" "zh-CN" "ja-JP" "ko-KR"
Responses
200

Success

204

No Content

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

500

Internal server error

get/articles/mywork/summary
Request samples
Response samples
application/json
{
  • "stages": [
    ]
}