Get DITA-OT configuration - Fluid Topics - Latest

Fluid Topics API Reference Guide

Category
Reference Guides
Audience
public
Version
Latest

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

This configuration is also available in Advanced settings in the Configure DITA-OT menu.

Method Endpoint
GET
/api/admin/khub/dita-conf

Response body

{
  "transtype": "xhtml",
  "customDitaOtParameters": {
    "args.rellinks": "nofamily",
    "args.gen.task.lbl": "YES"
  }
}

If no parameters are set, the response body is an empty object.

Field Type Description
transtype String The DITA-OT transtype.
customDitaOtParameters Object An object containing DITA-OT parameters, and their values.
Return code Description
200 OK Returns details about the DITA-OT parameters.

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