Download DITA-OT - Fluid Topics - Latest

Fluid Topics API Reference Guide

Category
Reference Guides
Audience
public
Version
Latest

This web service downloads the DITA-OT version used for the processing of DITA documents on a Fluid Topics portal.

Method Endpoint
GET /api/admin/khub/dita-ot/content

Example

It is possible to download DITA-OT using the following cURL command:

curl --request GET \
     --header "Authorization: Basic QWxhZGRpbjpvcGVuIHNlc2FtZQ" \
     --output  dita-ot.zip \
     "https://my-fluidtopics.net/api/admin/khub/dita-ot/content"

Callers can authenticate by using basic authentication or an API key.

Return code Description
200 OK The DITA-OT zip file has been accepted and is uploading.

For a list of all possible return codes, see Return codes.