Get
/v2/Project/Import/{importId}
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
importId
stringRequired
The ID of import request
Responses
200
400
Success
object
import_documentation_log
object (ImportAPILog)
new_versions
integer (int32)
The number of versions imported
categories
integer (int32)
The number of categories imported
articles
integer (int32)
The number of articles imported
languages
string | null
The number of languages imported
messages
Array of object (ImportDocumentationLogAction) | null
object
status
string | null
Current status of the import and it can be either one of these statuses 'Queued/InProgress/Completed/Error'
extension_data
object (ExtensionDataObject)
success
boolean
Status indication for customer API response
errors
Array of object (BaseError) | null
Errors in the customer API response
object
warnings
Array of object (BaseWarning) | null
Warnings in the customer API response
object
information
Array of object (BaseInformation) | null
Information passed by the customer API response
object