This endpoint returns a list of all topics
Field name | Type | Description |
---|---|---|
Id | int | Identifier |
Name | string | Display name |
Field name | Type | Description |
---|---|---|
Topics | List<Topic> | list of all topics |
GET https://sentry.bombora.com/v2/cmp/GetAllTopics
Authorization: Basic {AUTH_KEY}
If successful, the response contains an instance of Topics, which is a list of Topic.
{
"Topics":
[
{"Id":1,"Name":"Investment Software"},
{"Id":1333532,"Name":"Local Government"},
{"Id":1333536,"Name":"Legal"}
.............
]
}