Endpoint
/api/v2/tenants/{tenantId}/kb/template/{templateId}
Path Parameters
tenantIdstring
templatedIdstring
Responses
OK
clientIdsarray
Defines the list of Client IDs. This is mandatory for a MSP tenant with CLIENT scope.
Child Parameters
createdByobject
Child Parameters
- createdBy.email
- createdBy.firstName
- createdBy.id
- createdBy.lastName
- createdBy.loginName
- createdBy.mobileNumber
- createdBy.phoneNumber
createdDatestring
descriptionstring
(Optional) Description of the knowledge base category.
idstring
namestring
Name of the knowledge base category.
pathstring
scopestring
Defines the scope of the knowledge base category: For a MSP tenant, scope is either PARTNER or CLIENT For a CLIENT tenant, scope is not applicable
statestring
updatedByobject
Child Parameters
- updatedBy.email
- updatedBy.firstName
- updatedBy.id
- updatedBy.lastName
- updatedBy.loginName
- updatedBy.mobileNumber
- updatedBy.phoneNumber
updatedDatestring
{
"category": {
"description": "Client",
"id": "KB0000000002",
"name": "Client",
"path": "Client",
"state": "ACTIVE"
},
"content": "Test Details Updated",
"createdBy": {
"email": "lakshmi.balla@opsramp.com",
"firstName": "OpsRamp API User",
"id": "USR0000000002",
"lastName": " ",
"loginName": "opsramp_api_user"
},
"createdTime": "2019-05-14T07:35:52+0000",
"id": "KB0000000041",
"shared": false,
"state": "PUBLISHED",
"subject": "Test Details Updated",
"updatedBy": {
"email": "lakshmi.balla@opsramp.com",
"firstName": "OpsRamp",
"id": "USR0000000003",
"lastName": "Admin",
"loginName": "superadmin",
"phoneNumber": ""
},
"updatedTime": "2019-05-14T08:42:36+0000"
}