Post
/v1/Project/Export

Sample requests:

POST /Export - Export all the versions in the documentation

{

"entity": "Project", // Version/Category/Article

"entity_ids": [], // should be empty array

"filter_by_article_modified_at": { // filter articles by modified at date range

"after": "2021-05-17T03:42:52.109Z",

"before": "2021-05-17T03:42:52.109Z"

},

"exclude_media_files": true // exculde media files on export

}

POST /Export - Export specific versions in the documentation

{

"entity": "Version",

"entity_ids": ["695782c0-a0a3-4664-9bfd-0197d26379ee"], // Pass ',' separated values for multiple versions

"filter_by_article_modified_at": null,

"exclude_media_files": true

}

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

Filter to export Full/Part of the documenation

Show example
Collapse all

object

entity
string   Required 

Area to export. It can be Project or Version or Category or Article

Min length1
Default"Project"
entity_ids
Array of string

IDs of the entities.For example, if the entity is Category then the fields have to be category IDs.This is required for entities other than Project.


language_code
string 

Filter articles by language code


filter_by_article_modified_at
object

after
string 

Filter the articles which are all modified after the given date


before
string 

Filter the articles which are all modified before the given date


exclude_media_files
boolean 

If true, media files will not be included in the .zip file

Default"False"
Collapse all

object

entity
string   Required 

Area to export. It can be Project or Version or Category or Article

Min length1
Default"Project"
entity_ids
Array of string

IDs of the entities.For example, if the entity is Category then the fields have to be category IDs.This is required for entities other than Project.


language_code
string 

Filter articles by language code


filter_by_article_modified_at
object

after
string 

Filter the articles which are all modified after the given date


before
string 

Filter the articles which are all modified before the given date


exclude_media_files
boolean 

If true, media files will not be included in the .zip file

Default"False"
Collapse all

object

entity
string   Required 

Area to export. It can be Project or Version or Category or Article

Min length1
Default"Project"
entity_ids
Array of string

IDs of the entities.For example, if the entity is Category then the fields have to be category IDs.This is required for entities other than Project.


language_code
string 

Filter articles by language code


filter_by_article_modified_at
object

after
string 

Filter the articles which are all modified after the given date


before
string 

Filter the articles which are all modified before the given date


exclude_media_files
boolean 

If true, media files will not be included in the .zip file

Default"False"
Collapse all

object

entity
string   Required 

Area to export. It can be Project or Version or Category or Article

Min length1
Default"Project"
entity_ids
Array of string

IDs of the entities.For example, if the entity is Category then the fields have to be category IDs.This is required for entities other than Project.


language_code
string 

Filter articles by language code


filter_by_article_modified_at
object

after
string 

Filter the articles which are all modified after the given date


before
string 

Filter the articles which are all modified before the given date


exclude_media_files
boolean 

If true, media files will not be included in the .zip file

Default"False"
Responses
200
400
Show example

Status of the export

Collapse all

object

id
string 

The ID of the export request. Use this ID to get export details


status
string 

Current status of the export


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