Get Article Version

Overview

  • This API allows user to get specific version of an article.

Precondition

  • Article must not be checked out by anyone else.

Permissions

  • 'View Article' permission on article's parent folder is required.

Response attributes

  • If $attribute is not passed in query parameter, summary attributes are returned in response.
  • If $attribute is passed in query parameter, then response body contains the summary attributes and additional attributes requested.
SecurityoAuthUser or oAuthClient
Request
path Parameters
ID
required
string

The ID of the article for which the operation is performed. Both numeric and alternate ID formats are supported.

Examples:
A readable article ID.
PROD-2268
A numeric article ID.
202200000002268
versionID
required
string

ID of the version

Example: 40960000000100
query Parameters
$attribute
string

article attributes to be returned. comma separated input

Enum: "description" "keywords" "summary" "additionalInfo" "content" "label" "imageUrl" "translationStatus" "personalization" "all"
Responses
200

Success

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

500

Internal server error

get/articles/{ID}/versions/{versionID}
Request samples
Response samples
application/json
{
  • "article": {
    }
}