Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

This endpoint allows you to get a list of categories in a given theme

Data Types

Object Topic

Field nameTypeDescription
IdintId of topic
NamestringDisplay name

Response Object

Field nameTypeDescription
TopicsTopic[]List of Topic objects
SuccessboolIndicates whether a request was successful (true) or not (false)
MessagestringError message if success is false

Request/Response

HTTP Request

GET https://sentry.bombora.com/v2/Topic/CategoriesByTheme?theme_id=1500622

HTTP Request Header

Authorization: Basic {AUTH_KEY}

HTTP Response

If successful, the response contains an instance of Topics, which is a list of Topic objects.

{

"Topics":

[

{

"Id":1500512,

"Name":"Compliance & Governance"

},

{

"Id":1500513,

"Name":"Funding & Loans"

},

{

"Id":1500515,

"Name":"Operations"

},

.....

],

"Success":true,

"Message":null

}

Comments

  • No labels