Configuration API
Get kb by name
Retrieve the details of the specified kb
GET/rest/kb/name/name
| Query parameters | None |
| Header | auth-token:token from authentication |
| Header/Parameter | tenant |
| Body | None |
| Returns | KbEntryRest |
| Required role | ADMIN |
| Managed errors | 401: insufficient privileges |
Example request
curl 'http://localhost:8080/mwp/rest/kb/name/IRIS%20PENSIOENREGELING%20CONVERTOR%20MR.mplx' -H 'auth-token: 183d762a-0a10-41a0-8323-ef9a761ade60' -H 'tenant:default'
Example response
{
"id":"5c334040-fe6d-4364-b3e8-dc0c1e9e5a94",
"name":"IRIS PENSIOENREGELING CONVERTOR MR.mplx",
"modifiedBy":"anonymous_a651d6bb-2913-4267-84fb-269277274982",
"lastModified":1464355724545,
"lastModifiedH":"2016-05-27 15:28:44",
"usedBy":["IRIS"],
"file":"/mwp/rest/download/resource/kb/5c334040-fe6d-4364-b3e8-dc0c1e9e5a94",
"used":true
}