List of support centre topics

This method will provide you with a complete list of all support centre topics for a particular support centre topic.

URL

/api/v2/support_centres/topics

Access

Only account tokens are permitted to access this method.

Supported Parameters

  • support_centre - ID of a support centre. (required)

Example JSON

{
    "pagination": {
        "page": 1,
        "offset": 0,
        "per_page": 30,
        "pages": 1,
        "total_records": 3
    },
    "records": [
        {
            "id": 4,
            "name": "Getting Started",
            "permalink": "getting-started",
            "position": 1
        },
        {
            "id": 5,
            "name": "Frequently Asked Questions",
            "permalink": "frequently-asked-questions",
            "position": 2
        },
        {
            "id": 6,
            "name": "Tips & Tricks",
            "permalink": "tips-tricks",
            "position": 3
        }
    ]
}

Proudly powered by Katapult. Running on 100% renewable energy.