Properties
Name | Access | Type | Description |
---|---|---|---|
Current | Read | tag | Current |
Methods
Get
Velocity
#set($tagResponse = $km_v1_tags.Get($knowledgeCollectionId, $id))
JavaScript
var tagResponse = km_v1_tags.Get(knowledgeCollectionId, id);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
knowledgeCollectionId | Guid | Knowledge Collection Id | Required | ||
id | String | Id | Required |
Returns
List
List Overload 1
Velocity
#set($apiListResponse = $km_v1_tags.List($knowledgeCollectionId))
JavaScript
var apiListResponse = km_v1_tags.List(knowledgeCollectionId);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
knowledgeCollectionId | Guid | Knowledge Collection Id | Required |
List Overload 2
Velocity
#set($apiListResponse = $km_v1_tags.List($knowledgeCollectionId, $parentId))
JavaScript
var apiListResponse = km_v1_tags.List(knowledgeCollectionId, parentId);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
knowledgeCollectionId | Guid | Knowledge Collection Id | Required | ||
parentId | String | Parent Id | Required |