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 |
|
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.