Is it possible to apply categories to items programmatically, particularly in Content Server 10.5+ ? Where can I find information about this? Thank you.
If you are a planning to do this in oscript there are pleny of examples .Mainly object called attrdata is what you are looking for.
You stll need a fair idea of oscript making a module,debugging a call working the ide either thru CSIDE or in older days builder.
If you want to do this with SOAP API or REST API they have corresponding methods.
Thanks for your reply. I'm interested in using the REST API to assign categories to items. Where can I find documentation on how to do this (i.e., the "corresponding methods")?
Hi Ivan,
The Rest API documentation is on the https://developer.opentext.com site.
The categories API is documented here:
https://developer.opentext.com/webaccess/#url=%2Fawd%2Fresources%2Fapis%2Fcontent-server-v1.1%23!%2Fcategories&tab=501
RegardsIan
Many thanks, Ian! -- Ivan