Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X
var params = {
path: '/abc/' /* STRING */,
includeDependents: 'True' /* BOOLEAN */,
// collection: 'All' /* STRING */,
repositoryName: 'SystemRepository' /* THINGNAME */,
tags: Tag /* TAGS */
};
Solved! Go to Solution.
Hi @spopat.
You have to create the model tag first, and then the vocabulary term. As an example, if you have a model tag called "Applications" and a vocabulary term within called "File Transfer", the format would then be:
tags: "Applications:File Transfer"
Please let us know if you have further questions.
Regards.
--Sharon
Hi @spopat.
You have to create the model tag first, and then the vocabulary term. As an example, if you have a model tag called "Applications" and a vocabulary term within called "File Transfer", the format would then be:
tags: "Applications:File Transfer"
Please let us know if you have further questions.
Regards.
--Sharon