Skip to main content

Accessing Item conversations via API?

  • November 17, 2020
  • 3 replies
  • 1812 views

Hi

I need to add new and retrieve Item conversations via API. Is this possible? Can I have a sample queries to do the above actions?

Thank you
Dinithi

This topic has been closed for replies.

3 replies

dsilva
Forum|alt.badge.img
  • Participating Frequently
  • November 17, 2020

Hey @dinithij - right now the closest thing possible would be to pull the updates on items using the update query, please see our documentation.

query {
  updates (limit: 100) {
      id
   }
}

-Daniel


  • Author
  • Participating Frequently
  • November 18, 2020

Thank you for your input.


  • March 5, 2021

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.