Get My Topics

This endpoint allows a user to get a list of topics that are available to their account to be used in Surge Report creation.

Please contact an Account Manager if there are issues with returned topics. 

Data Types

Object Topic

Field nameTypeDescription
IdintId of topic
Namestring

Display name

DescriptionstringTopic description

Object Topics

Field nameTypeDescription
TopicsTopic[]List of all topics

Request/Response

HTTP Request

GET https://sentry.bombora.com/v2/cmp/GetMyTopics

HTTP Request Header

Authorization: Basic {AUTH_KEY}

Referer: bombora.com

HTTP Response

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

{
  "Topics":[
    {
      "Id":1335536,
      "Name":"Infrastructure",
      "Description":"The basic physical and organizational structures and facilities needed for the operation of a society or enterprise."
    },
    {
      "Id":1333532,
      "Name":"Local Government",
      "Description":"The administration of a particular town, county, or district, with representatives elected by those who live there."
    },
    {
      "Id":1333536,
      "Name":"Legal",
      "Description":"Of, based on, or concerned with the law"
    },
    .................
  ],
  "Success":true,
  "Message":null
}

Comments


Copyright © 2014-2020 by Bombora, Inc. All rights reserved. No part of this publication may be reproduced, distributed, or transmitted in any form or by any means without the prior written permission of Bombora, Inc.