This endpoint allows you to get a list of all topics with hierarchy
Table of Contents |
---|
Data Types
Object Topic
Field name | Type | Description |
---|---|---|
Id | int | Id of topic |
Name | string | Display name |
ParentID | int | Id of parent in the hierarchy |
IsLeaf | bool | Indicator if it's a topic |
Description | string | Description of topic |
...
Authorization: Basic {AUTH_KEY}
Referer: bombora.com
HTTP Response
If successful, the response contains an instance of Topics, which is a list of Topic.
...