Accessing Item conversations via API?

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

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

Thank you for your input.

1 Like

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