...
Table of Contents |
---|
Data Types
Object Topic
Field name | Type | Description |
---|---|---|
Id | int | Id of topic |
Name | string | Display name |
CreateDate | string | Create date of topic in mm/dd/yyyy format |
Response Object
Field name | Type | Description |
---|---|---|
Topics | Topic[] | List of Topic objects |
Success | bool | Indicates whether a request was successful (true) or not (false) |
Message | string | Error message if success is false |
Request/Response
Path Parameters
Parameter Name | Type | Description |
---|---|---|
date | string | Themes 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
...