The Content Server REST API - Quick Start Guide states that
This document will only describe a handful of calls, for more information see the documentation in Swagger.
The only mention of Swagger, that I can find, is in a Knowledge Center document for OTMM, OpenText Media Management, not Content Server (OTCS), that states
1.3 – REST API documentation
On a deployed version of OTMM, you can access the REST API documentation through the URL /swagger-ui. The REST API documentation contains information on how to make calls to the REST API to achieve functions within OTMM such as retrieving and saving assets, performing searches, starting workflows, and so forth.
I've successfully logged in through a browser at http://<server>/livelink/llisapi.dll/ and also through an AJAX REST call at http://<server>/livelink/llisapi.dll/api/v1/auth/ (ie I've gotten a ticket number in response). However I get the following message when I go to http://<server>/livelink/llisapi.dll/api/v1/swagger-ui/ through either an AJAX REST call or directly in the browser URL.
401 - Unauthorized: Access is denied due to invalid credentials.
You do not have permission to view this directory or page using the credentials that you supplied.
I've verified that my login has been granted every possible privilege in the CS Admin and still I'm getting the 401.
Can someone please point me in the right direction to find/get the Content Server REST API Swagger documentation?
Thank you.