Configuration API

KbEntryRest

 Field name  Description
 id  the kb unique identifier
 name  the name given ti to the kb
 modifiedBy  the user name of the last person who modified the kb
 lastModified the time in milisenconds when the kb was modified the  last time
lastModifiedH the time in a readable format when the kb was modified the  last time
usedBy list of kba ids of the kbas that are currently using the kb
file the URL that points to the file on the server
used boolean value that indicates if a kb is used in any kba

Example:

{
 "id":"0069d785-b9a4-4fb0-bbd4-dd827f506adb",
 "name":"Order patterns local.mplx",
 "modifiedBy":"admin",
 "lastModified":"1452856683858",
 "lastModifiedH":"2016-01-15 12:18:03",
 "usedBy" : ["Order patterns"],
 "file: : "/mwp/rest/download/resource/kb/0069d785-b9a4-4fb0-bbd4-dd827f506adb",
 "used" : "true"
}