This method will provide you with a complete list of all support centre topics for a particular support centre topic.
/api/v2/support_centres/topics
Only account tokens are permitted to access this method.
support_centre
- ID of a support centre. (required){
"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
}
]
}