POST api/WhizTChatKnowledgeCenter/GetKnowledgeCenterListById

This is for get knowledge center list by id.

Request Information

URI Parameters

None.

Body Parameters

EnvelopeOfKnowledgeCenterParam
NameDescriptionTypeAdditional information
Data

KnowledgeCenterParam

None.

Message

string

None.

MessageId

string

None.

MessageCode

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "data": {
    "kcId": 1
  },
  "message": "sample string 1",
  "messageId": "sample string 2",
  "messageCode": 3
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.