Skip to main content

Timeline API Article is Now Available!

  • August 8, 2022
  • 34 replies
  • 685 views

Show first post

34 replies

  • Gainsight Employee ⭐️
  • September 2, 2022

@chris1 You need not provide all the attributes provided in the sample request. Please modify the request as per your activity_timeline object. Please try with standard fields like “contextname”, “GsCompanyId” , “AuthorId” under “Select” attribute in payload. And also make sure you provide correct value for “ExternalId”.


  • Contributor ⭐️⭐️
  • September 13, 2022

@smitha bhanoori how can I find the value for the ExternalId for a Timeline Activity. I’m not finding it in the UI anywhere.


  • Gainsight Employee ⭐️
  • September 14, 2022

@chris1 You can create a report using Report Builder on “Activity Timeline” object to see the external Id.


  • Contributor ⭐️⭐️
  • September 14, 2022

@smitha bhanoori is it possible to query all externalid that are associated with a particular company?


  • Contributor ⭐️⭐️
  • September 14, 2022

@smitha bhanoori I created the report but External ID is null for all my timeline entries. How are these ids populated?


  • Gainsight Employee ⭐️
  • September 15, 2022

@chris1 External ID will be available only for the activities being created using Timeline APIs. Any activity which is created from Global timeline , C360 and R360 pages will have External ID as null.

 

You can apply the filter in report builder to fetch records for a company. 

 


  • Contributor ⭐️⭐️
  • September 15, 2022

@smitha bhanoori I see, so is it possible to use an API to read timeline activities that were created in GS directly?


  • Gainsight Employee ⭐️
  • September 16, 2022

@chris1 Yes, it is possible to read using POST: READ API to read timeline activities, and example is already provided in Timeline API article.


  • Contributor ⭐️⭐️
  • September 16, 2022

@smitha bhanoori how can that be when External ID is required and the External ID is Null for activities created from the Global Timeline?