/
Get List of Topics
Get List of Topics
This endpoint allows you to get a list of topics
Data Types
Object Topic
Field name | Type | Description |
---|---|---|
Id | int | Id of topic |
Name | string | Display name |
Description | string | Topic description |
Object Topics
Field name | Type | Description |
---|---|---|
Topics | Topic[] | List of all topics |
Request/Response
HTTP Request
GET https://sentry.bombora.com/v2/cmp/GetAllTopics
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":1,
"Name":"Investment Software","Description":"A computer program that helps an investor get information about and manage investments."
},
{
"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.
, multiple selections available,
Related content
Get Meta Data
Get Meta Data
More like this
Get Topics by Category
Get Topics by Category
More like this
Bombora API
Bombora API
Read with this
Create Company Surge® Report v4
Create Company Surge® Report v4
Read with this
Get Company Surge® Report Results
Get Company Surge® Report Results
Read with this
Estimator Endpoint
Estimator Endpoint
Read with this