Enter REST API key. To generate a key, go to Settings → Knowledge base portal → API tokens
The ID of import request
Success
The below example shows the status response for importing documentation has successfully Completed.
{
"import_documentation_log": null,
"status": "Completed",
"extension_data": null,
"success": false,
"errors": [
{
"extension_data": null,
"stack_trace": null,
"description": "Element 'ImportLog' not found.",
"error_code": "",
"custom_data": null
}
],
"warnings": [],
"information": []
}
Details about the import
The number of versions imported
The number of categories imported
The number of articles imported
The number of languages imported
0 - Error; 1 - Warning; 2 - Info
The content of the message
Current status of the import and it can be either one of these statuses 'Queued/InProgress/Completed/Error'
Extention data for customer API response
Status indication for customer API response
Errors in the customer API response
Thids is the Extention data object
Stack trace for error response message
Description for error cause
Error code for Api response
Warnings in the customer API response
Extention Data for customer Api warning
Warning description
warning code for customer Api base response
Information passed by the customer API response
Extention data for customer Api response information
status description for customer Api response information
Bad Request
The below example shows that the given importId is Invalid. Track you import Id from /V2/Project/Import.
{
"extension_data": null,
"success": true,
"errors": [
{
"extension_data": null,
"stack_trace": null,
"description": "Invalid import id",
"error_code": "400",
"custom_data": null
}
],
"warnings": [],
"information": []
}
Extention data for customer API response
Status indication for customer API response
Errors in the customer API response
Thids is the Extention data object
Stack trace for error response message
Description for error cause
Error code for Api response
Warnings in the customer API response
Extention Data for customer Api warning
Warning description
warning code for customer Api base response
Information passed by the customer API response
Extention data for customer Api response information
status description for customer Api response information