Web Services API reference
This section contains information for developers to develop applications on top of the Content Manager Web Services API.
Technology
With the Web Services API, customers can develop custom applications that integrate with Content Manager, such as tools to support their specific authoring, review, translation and publication processes. Web Services support three technologies: OpenAPI on the one hand, and the older WCF .SVC (Windows Communication Foundation) the older .ASMX, which enable remote use of the API25 library, on the other hand.
Accessing the API 3.0 documentation and specification
| What to see | Where to see it | URL |
|---|---|---|
| A Swagger representation of the API reference documentation | On your own Tridion Docs web service endpoint | https://ish.example.com/ISHWS/api/api-docs/index.html |
| A Swagger representation of the API reference documentation | On the RWS Developer Documentation website | https://developers.rws.com/tridion-docs-api-docs/api/15.1/index.html |
| The OpenAPI Specification (or OAS) for the API | On your own Tridion Docs web service endpoint | https://ish.example.com/ISHWS/api/api-docs/v3/openapi.json |
| The OpenAPI Specification (or OAS) for the API | On the RWS Developer Documentation website | https://developers.rws.com/tridion-docs-api-docs/api/15.1/openapi.json |
In the table above, https://ish.example.com/ISHWSrepresents the URL of your Tridion Docs web service endpoint.