List sources - Fluid Topics - Latest

Fluid Topics API Reference Guide

Category
Reference Guides
Audience
public
Version
Latest

This web service lists the sources available for a portal.

Method Endpoint
GET /api/admin/khub/sources

Response body

[
    {
        "id": "doc_produit",
        "name": "Doc Produit",
        "type": "Dita",
        "description": "Internal doc"
    },
    {
        "id": "doc_client",
        "name": "Antidot Technical Publications",
        "type": "AuthorIt",
        "description": "Product Doc"
    }
]
  • Administrators or API keys with the ADMIN or KHUB_ADMIN role can list all sources.
  • Administrators or API keys with the CONTENT_PUBLISHER role can only list sources they have permissions for.