Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This endpoint allows you to get a theme by its name or ID

Table of Contents

Data Types

Object Topic

Field nameTypeDescription
IdintId of theme
NamestringDisplay name

Response Object

Field nameTypeDescription
TopicTopicTopic object
SuccessboolIndicates whether a request was successful (true) or not (false)
MessagestringError message if success is false

Request/Response

Path Parameters

Parameter NameTypeDescription
idintId of desired theme
namestringName of desired theme

Note: Only one parameter is required

HTTP Request

To retrieve theme by ID:

...

Authorization: Basic {AUTH_KEY}

Referer: bombora.com

HTTP Response

If successful, the response contains an instance of Topic.

...

  • Ensure special characters in theme names are properly encoded.
    • If theme name is "A & B", request should be sent as:
      • GetTheme?name=A%20%26%20B
  • Theme name or ID is required. If both are supplied, only the theme ID will be considered.


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.