Versions Compared

Key

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

This endpoint allows you to get a list of topics created after given date

...

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

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
datestringTopics created after this date will be returned

Note: See comments for date formatting

...

Authorization: Basic {AUTH_KEY}

Referer: bombora.com

HTTP Response

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

{

"Topics":

[

{

"Id":1501126,

"Name":"Acura",

"CreateDate":"02/02/2015",

"Description":"Car manufacturer"

},

{

"Id":1501127,

"Name":"Aston Martin",

"CreateDate":"02/02/2015",

"Description":"Car manufacturer"

},

.....

],

"Success":true,

"Message":null

}

...

  • Accepted date formats
    • mmddyyyy
    • mm/dd/yyyy
    • mm-dd-yyyy
    • yyyy/dd/mm
    • yyyy-dd-mm


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.