[]
Remove all the approver roles and abandon their ACLs when the document draft is disabled
Response
Status Code: 204
No Content
Status Code: 400
Bad Request
Get all knowledge base files
Response
Status Code: 200
Returns the list of knowledge base files
Status Code: 400
If there was an error retrieving the knowledge base files
Upload a new knowledge base file
Response
Status Code: 200
Returns the created knowledge base file information
Status Code: 400
If the file is empty, invalid type, too large, or there was an error uploading
Download a knowledge base file
Parameters
| Name | Type | Located In | Description |
|---|---|---|---|
| idRequired | string | path | The ID of the knowledge base file |
Response
Status Code: 200
Returns the file content
binary
Status Code: 400
There was an error with downloading
Status Code: 404
The knowledge base was not found
Delete a knowledge base file
Parameters
| Name | Type | Located In | Description |
|---|---|---|---|
| idRequired | string | path | The ID of the knowledge base file to delete |
Response
Status Code: 204
If the file was successfully deleted
Status Code: 400
There was an error deleting
Status Code: 404
The knowledge base was not found
Rename a knowledge base file
Parameters
| Name | Type | Located In | Description |
|---|---|---|---|
| idRequired | string | path | The ID of the knowledge base file to rename |
Request Schema
Response
Status Code: 200
Returns the updated knowledge base file information
Status Code: 400
There was an error with renaming
Status Code: 404
The knowledge base was not found
Search knowledge base content
Parameters
| Name | Type | Located In | Description |
|---|---|---|---|
| query | string | query | Search query string |
Response
Status Code: 200
Returns the list of search results
KnowledgeSearchResultViewModel
Status Code: 400
If an error occurs during the search process
Server plugin error
| Name | Type | Description | Example |
|---|---|---|---|
| codeNullable | string | error code | |
| messageNullable | string | error message | |
| contextNullable | string | error context | |
| innerError | ServerPluginError | ||
| extensionsNullable | any | Extended result |
Knowledge View Model
| Name | Type | Description | Example |
|---|---|---|---|
| idNullable | string | Id | |
| nameNullable | string | Name | |
| typeNullable | string | Type | |
| size | int64 | Size | |
| createTime | ISO DateTime Sting | CreateTime |
| Name | Type | Description | Example |
|---|---|---|---|
| newNameNullable | string |
| Name | Type | Description | Example |
|---|---|---|---|
| resultsNullable | KnowledgeSearchResultViewModel+SearchResultItem |
| Name | Type | Description | Example |
|---|---|---|---|
| score | any | ||
| resultNullable | string |