Get
/v1/Articles/{articleId}/{langCode}/versions

Security
API Key
Header parameter nameapi_token
Enter REST API key. To generate a key, go to Settings → Knowledge base portal → API tokens
Path parameters
articleId
string Required

The ID of the article

langCode
string Required

Language code of the article

Responses
200
400
Show example

Success

Collapse all

object

data
Array of object

Article version response data


object

version_number
integer 

The version number of the article


created_by
string 

Author name


created_at
string 

The date the article version was created


modified_at
string 

The last time the article version was modified


base_version
integer 

The version number from which this article version is derived


status
integer 

Valid values[0,1,2,3,4,5]
profile_url
string 

Author profile image


extension_data
object

success
boolean 

Status indication for customer Api response


errors
Array of object

Errors in the customer Api response


object

warnings
Array of object

Warning in the customer Api response


object

information
Array of object

Information passed by the customer Api response


object