This is a continuing discussion about the article Build your first Support app - Part 4: Getting data in the developer documentation.
Build your first Support app - Part 4: Getting data
Login to the community
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
Hi Rene,
Depending on what you're doing, you'll want to look at either client.get('ticket.collaborators') or the GET /api/v2/tickets/{id}/collaborators.json API. Hope this gets you going!