Versions Compared

Key

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

...

Table of Contents

Data Types

Object Topic

Field nameTypeDescription
IdintId of topic
NamestringDisplay name
CreateDatestringCreate date of topic in mm/dd/yyyy format

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

Path Parameters

Parameter Name
Type
Description
datestringThemes created after this date will be returned

Note: See comments for date formatting

HTTP Request

GET https://sentry.bombora.com/v2/Topic/ThemesAfterDate?date=06012014

...