Getting Article Versions

GET endpoint to retrieve versions of an article, with optional language filter

River Sloane
Updated by River Sloane

GET /v1/article/:article_id/versions[?language_code]

Arguments

Description

article_id

string (can include , for multiple, ignores other filters)

Restrict returned response to a specific article

language_code

string

Restrict returned articles to a language

Example response:

{ 
versions: [
{
language: String,
version_number: String,
is_current_version: String,
user_id: String,
body: String,
created_at: Date
},
{ ... }
]
}

How did we do?

Deleting an Article

Getting Articles

Contact

This site is protected by hCaptcha and its Privacy Policy and Terms of Service apply.