Retrieves a KC Bot with the given Id
Examples:
| URI | Results |
|---|---|
| GET /v1/kcbot/{kcId} | Get kc with id {kcId}. |
GET
/v1/kcbot/{kcId}
curl \
--request GET 'https://api.aptrinsic.com/v1/kcbot/{kcId}'
Response examples (200)
{
"createdBy": {
"id": "string",
"name": "string"
},
"createdDate": 42,
"defaultLanguage": "string",
"description": "string",
"environments": [
"string"
],
"id": "string",
"languages": [
{
"languageCode": "string",
"translated": true
}
],
"modifiedBy": {
"id": "string",
"name": "string"
},
"modifiedDate": 42,
"name": "string",
"priority": 42,
"productId": "string",
"productName": "string",
"status": "string"
}