View Knowledge Base Details

Returns information on a knowledge base registered in the system.

 

URL

{RMUrl}/api/Knowledge/knowledgebases/<KnowledgeBaseCode>

 

REQUEST METHOD

GET

 

URL PARAMETER

KnowledgeBaseID: This parameter is provided in the URL and does not need to be sent through GET.

 

REQUEST EXAMPLE

{RMUrl}/api/knowledge/knowledgebases/6fe49ce4-56d4-475f-9483-1adca6b2976c

 

SUCCESS RESPONSE

Returns an KnowledgeBase object with the following information:

{

Guid Id;

string Name;

string CurrentVersion;

int Controls;

DateTime CreatedOn;

string CustomerID;

string Status;

string Source;

string Type;

string CPE;

string Description;

string ShortName;

object Responsible;

object History;

}

 

SUCCESS RESPONSE EXAMPLE

{

"Controls":48,

"CreatedOn":"\/Date(1337199118223-0300)\/",

"CurrentVersion":1.6,

"CustomerID":"MOD_EN.000334",

"Id":"27044c0e-ec11-4ac3-bc4f-c2937b7fdbb0",

"Name":"Application - \"Database\" - Sybase Adaptive Server Enterprise 12.5 (Windows).",

"Source":"Modulo",

"Status":"Published",

"Type":"Technology",

"Description":"This knowledge base contains good security practices for the Sybase Adaptive Server Enterprise 12.5. Database application. The information is presented in a concise and objective format. It is aimed at specialized professionals who are familiar with the installation, setup, and maintenance of Sybase and the operating system on which it is installed. All rights reserved for Modulo Security Solutions, LLC.",

"History":[{"Id":"ccc32659-fdd4-11e1-bc0c-001ec91f4b0a","DateRecorded":"\/Date(1347562621803-0300)\/","Modification":"The properties of the Technology - Application - \"Application Server\" - Apache Tomcat 5.5.12 _knowledge base were modified.","Author":{"Id":"c8cdf19e-fd9f-11e1-bc0c-001ec91f4b0a","Name":"Administrator"}},{"Id":"c3917be3-fdd4-11e1-bc0c-001ec91f4b0a","DateRecorded":"\/Date(1347562607857-0300)\/","Modification":"The properties of the Technology - Application - \"Application Server\" - Apache Tomcat 5.5.12 knowledge base were modified.",

"Responsible":{

"Id":"86eadf70-9f92-11e1-ba75-001ec91f4b0a",

"Name":"Administrator"},

}