API Model
Knowledge base model
Knowledge base model
Field | Type | Mandatory | Meaning |
---|---|---|---|
id | String | The id of the kb | |
name | string | the name of the kb | |
modifiedBy | String | The id of the las user that updated the KB | |
lasdtModified | long | The time when last modified | |
usedBy | List<String> | List of the kba ids using this kb | |
Example
{ "kb" : { id: 6, name: "kb1", modifiedBy: "1", lastModified: 78997656890, usedBy: ['1', '2', '3'] } }