What's New
Cloud Contact Center Terminology Update
https://xxxxxx/v4/openim_console_http_svc/desc_faq_category?sdkappid=88888888&identifier=admin&usersig=xxx&random=99999999&contenttype=json
Parameter | Description |
v4/openim_console_http_svc/desc_faq_category | Request API. |
sdkappid | Assigned SDKAppID in the IM console when creating an application. |
identifier | |
usersig | Signature generated by the App administrator account. For specific operations, see Generate UserSig. |
random | Enter a random 32-bit unsigned integer in the range of 0,4294967295. |
contenttype | The request format has a fixed value of json. |
{}
{"ActionStatus": "OK","ErrorInfo": "","ErrorCode": 0,"Total": 2,"List": [{"CategoryId": 77519,"ParentId": 0,"Title": "All categories""MenuType": 1,"Status": 1},{"CategoryId": 77520,"ParentId": 0,"Title": "Preset Q&A database""MenuType": 0,"Status": 1}]}
Field | Type | Description |
ActionStatus | String | Request processing result. OK: processing successful; FAIL: processing failed. |
ErrorCode | Integer | Error code: 0 indicates success, non-zero indicates failure. |
ErrorInfo | String | Error message. |
Total | String | Total number of categories. |
List | Array | Classification list. |
CategoryId | Integer | Category unique ID. |
ParentId | Integer | Parent category ID. When the category is a sub-category, this value is not 0 and points to the parent category ID. |
MenuType | Integer | Classification type. 0: Ordinary categorization. Represent all categories. |
Status | Integer | Category status. Enable. |
Error Code | Description |
-7 | Parameter parsing failure. Check whether the request package conforms to the JSON Specification or the request parameters meet requirements. |
-14 | Exceeds the maximum frequency limit allowed by this API. |
-20 | Request requires App administrator permissions. |
Was this page helpful?
You can also Contact sales or Submit a Ticket for help.
Help us improve! Rate your documentation experience in 5 mins.
Feedback