Knowledge bases
Fetch KB’s
This API helps to get a list of all KB's from repository
GET/sdpw/configuration/kb
Query parameters | None |
Header | None |
Header/Parameter | None |
Body | None |
Returns | List of all KB's |
Required role | None |
Managed errors | None |
Example request
curl 'http://localhost:8080/sdpw/sdpw/configuration/kb'
Example response
[ { "id": "2a3af948-7551-4250-b20e-9802e7d13661", "filename": "transaction.mplx", "modifiedOn": 1496823755043 }, { "id": "62bed260-27f5-495d-a292-532c6f131806", "filename": "SDWP_V1.1.mplx", "modifiedOn": 1496402490342 }, { "id": "90e9cbde-22c3-4b6a-a9e0-2bedfcad171c", "filename": "KBPresentationspecial.mplx", "modifiedOn": 1496402474062 }, { "id": "a3908761-6133-4462-9dd7-79d7bbe7e967", "filename": "Jaar renseigneren Automatic MR.mplx", "modifiedOn": 1496402541707 } ]