Enter REST API key. To generate a key, go to Settings → Knowledge base portal → API tokens
The ID of the category
This is an basic example for publish category. UserId and VersionNumber are mandatory.
{
"user_id": "f11efc6f-e968-4e95-82eb-85ad61559de8",
"version_number": 1,
"publish_message": "Successfully Published"
}
The ID of the team account who is responsible for the publish
The version number of the category
Publish message for the category
This is an basic example for publish category. UserId and VersionNumber are mandatory.
{
"user_id": "f11efc6f-e968-4e95-82eb-85ad61559de8",
"version_number": 1,
"publish_message": "Successfully Published"
}
The ID of the team account who is responsible for the publish
The version number of the category
Publish message for the category
This is an basic example for publish category. UserId and VersionNumber are mandatory.
{
"user_id": "f11efc6f-e968-4e95-82eb-85ad61559de8",
"version_number": 1,
"publish_message": "Successfully Published"
}
The ID of the team account who is responsible for the publish
The version number of the category
Publish message for the category
This is an basic example for publish category. UserId and VersionNumber are mandatory.
{
"user_id": "f11efc6f-e968-4e95-82eb-85ad61559de8",
"version_number": 1,
"publish_message": "Successfully Published"
}
The ID of the team account who is responsible for the publish
The version number of the category
Publish message for the category
Success
Category page
{
"extension_data": null,
"success": true,
"errors": [],
"warnings": [],
"information": []
}
bulk category response data
The ID of the category
True
- Category is published
False
- Category is not published
Description of the action performed
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
kindly verify the CategoryId and perform the task again.
{
"extension_data": null,
"success": false,
"errors": [
{
"extension_data": null,
"stack_trace": null,
"description": "Category not found.",
"error_code": "400",
"custom_data": null
}
],
"warnings": [],
"information": []
}
kindly verify the version_number and perform the task again.
{
"extension_data": null,
"success": false,
"errors": [
{
"extension_data": null,
"stack_trace": null,
"description": "The field VersionNumber must be between 1 and 32767.",
"error_code": "400",
"custom_data": null
}
],
"warnings": [],
"information": []
}
Kindly verify the user_id nad perform the task again.
{
"extension_data": null,
"success": false,
"errors": [
{
"extension_data": null,
"stack_trace": null,
"description": "The UserId field is required.",
"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