• Can I downloading publication output using API 3.0 - Tridion Docs 15.1.2

    I feel like I might be missing something obvious, but I'm looking to download publication output from the API 3.0 on Tridion Docs 15.1.2 (documentation here: https://developers.rws.com/tridion-docs-api-docs/api/15.1/index.html ) but it is not clear to…
  • Command line search of the Tridion repository?

    Hello, I had a question from a user - whether it's possible to search the Tridion repository using command line - either PowerShell or API. Essentially, call the Search functionality/dialogue in Pub Manager that appears if you press Ctrl+F. The…
  • Tridion Docs 15: Find Topics not being referenced (orphan) using Web Services API

    We need to create a report of all Topics that are not referenced in any other DocumentObject. Is there a DocumentObject's metadata field that keeps track of references to itself? Is there a way to use API25.Search.PerformSearch to query for such metadata…
  • Collective Space API, where can I find details

    We are currently on Tridion Docs 14 SP3, with Collective Spaces. We would like to programmatically highlight and annotate predefined phrases in a publication, or create comments, I saw a blurb about being able to find, update and delete annotations in…
  • How do I create a query-based topic in Tridion Docs?

    I would like to create a single DITA topic in Tridion docs that dynamically includes every image of a certain type in the repository. I'm assuming that this is possible and I'm just not using the correct terminology when I'm searching the documentation…
  • Publis Report has no content

    Hi, I've discovered a strange behaviour, and couldn't find the answer for that. It happens for a specific output format on our servers, but only when publication fails, the PublicationOutput 2.5 GetPublishReportInfoByIshLngRef API endpoint send back a…
  • Publis Report has no content

    Hi, I've discovered a strange behaviour, and couldn't find the answer for that. It happens for a specific output format on our servers, but only when publication fails, the PublicationOutput 2.5 GetPublishReportInfoByIshLngRef API endpoint send back a…
  • Developing C# webservice code without a valid cert

    Is it possible to use the Tridion Docs WCF functions if your server does not have a valid cert? I am running the basic code seen at the link below but it throws an exception about trusting the server. The server does not have a valid certificate. https…
  • translation jobs - Is there an api/a possibility it to get its data?

    First of all - Hello Everyone! - joined the community just recently Everything is fresh for me here right now. Apologies for any mistakes with addressing the question or if similar question was asked in the past and I did not catch it. ;) So, yes…
  • How do I use Tridion API in a DotNetCore Environment?

    I have created a DotNet based Program (Developed using C# and Visual Studio) that Connects to Tridion docs + authenticates Finds certain publication and returns the file However, our deployment stack is all Docker + Linux, and I was wondering…
  • PublishingQueue Implementation in ISHRemote

    Is Any Module relating to PublishingQueue is implemented in ISHRemote?
  • Publishing APIs help

    Looking for some pointers / help in API around publishing. 1. We can create the publication / output format, via the API, but how do being the publishing process, I am not seeing an obvious API call for this. 2. Has anyone used the CompletedBaselineByCandidateAndMode…
  • Rest API on SDL Tridion Docs

    I would like to check what I can do from Rest API(or Web service API) on SDL Tridion. How could I call the API in SDL Tridion Sites? Where could I find the API descriptions?
  • Time-to-execute for object creation and update API calls varies widely

    We're performing a mass migration of content into a new SDL TD instance. Our import process makes many object creation API calls, in batches. We’re noticing that the time it takes to create each object varies a lot. Even objects of the exact same size…
  • Authentication log messages in InfoShareWS.log file

    We're performing a mass migration of content into a new instance of SDL TD. Our import process instantiates single API objects (for example, a DocumentObj25 object), authenticates, and then makes a number of API calls using that object; for example, SetMetadata…
  • RE: How to programatically get available metadata and levels

    Hi Mark, Yes there is... Using ISHRemote in PowerShell ISE... Try $ishSession = New-IshSession -WsBaseUrl " https://example.com/InfoShareWS/ " -IshUserName "username" -IshUserPassword "userpassword" Get-IshTypeFieldDefinition -IshSession $ishSession…
  • RE: Integrating PDF generation in HTML 5 plugin

    If you ask is it good then yes, you are doing a really great job. keep it up.
  • Paging results when calling the SDL Tridion Docs API Search 2.5 PerformSearch method

    When I expect a large response when calling PerformSearch, I'd like to request, say, the first 100 results, then the second, then the third, and so on. Is this possible?
  • RE: Automating the publishing process

    Hi Dana, I feel like we answered that question in https://community.sdl.com/product-groups/sdl-tridion-dx/tridion-docs/b/weblog/posts/automating-tasks-in-sdl-tridion-docs-using-powershell Please have a look at the video, and the blogpost also contains…
  • KC 16 - Oracle Error: Establishing a connection to .. failed: The operation is not valid for the state of the transaction

    Hey All, Time to time we are running to an issue where our WCF service call to the InfoShareWS (for example API20/DocumentObj/CreateOrUpdate) is timed out. I started to dig into it and in the Infoshare WS log I found out that this is not really…
  • Add Pubishing context via API

    Hello, I am trying to add publishing context for publication object via API and below is the Ishfield I have added ishfields.add(new IshField("FISHPUBCONTEXT", IshField.ISHLevel.LOGICAL,"<features><feature name='product' value='DME' /></features>…
  • Issues when calling KC API with SoapUI

    I started using SoapUI to issue requests to KC APIs. Most of requests fail with "Error: Invalid context". in case of GetReferencesByIshLngRef that is available under Reports20 class I use psLngRefs as it is defined in language configurations. Any help…
  • Is there any way to queue a background task using the API without using a writeplugin.

    We'd like to queue a background task without a write plugin triggering it. This docs link suggests a background task can be queued via code: docs.sdl.com/.../GUID-8869A03F-25E6-4B9C-8F54-C82E2E0679B9