How can I get the conversation in args.data?

Hi,

I’m building a serverless application and want to retrieve the ticket with conversations in code. When writing args.data I only get the ticket without conversations so how can I get the full picture?

“jsonData”: JSON.stringify(args.data)

Regards
Henrik

Hi Henrik,

These are the only details of a ticket you can retrieve using the data method on the ticket details page.
Conversations are not part of the response.

1 Like

You can make use of this API to get all conversations for a ticket.

Thanks for the reply! But I’m sorry it is missing :slight_smile:

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