Get User Milestones

Overview

The User Milestones API provides information about the milestones of an agent within the article workflow. This API helps track the progress of articles by grouping them into relevant milestones based on their current stage.

For example, an article might go through Knowledge Workflow Stages like Draft, Initial Review, Staging, Final Review and Publish. Articles in the Draft and Initial Review stages are part of the "authoring milestone", while articles in the Staging and Final Review stages are part of the "staging milestone".

SecurityoAuthUser or oAuthOnBehalfOfUser
Request
header Parameters
Accept-Language
required
string

The Language locale accepted by the client (used for locale specific fields in resource representation and in error responses).

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

Success

204

No Milestones configured for the user

400

Bad Request

401

Unauthorized

403

Forbidden

406

Not acceptable

500

Internal server error

get/portals/user/milestones
Request samples
Response samples
application/json
{
  • "milestone": [
    ]
}