Fetching Comments From A Zoho Ticket Comment using Zoho Desk Api
Fetching Comments From A Zoho Ticket Comment using Zoho Desk Api
Hi I've been integrating Zoho Desk API into our product however, I'm unable to fetch any ticket comments when using your API.
I get the following response =>
{
"data": []
}
The URL I'm hitting is
https://desk.zoho.com/api/v1/tickets/ticketIdHERE/comments
.
I
have ensured my headers are correct as I'm able to fetch tickets, create tickets just can't fetch the comments to a ticket.