Búsquedas recientes


No hay búsquedas recientes

Akshay Joshi's Avatar

Akshay Joshi

Incorporación 08 dic 2024

·

Última actividad 09 dic 2024

Seguimientos

0

Seguidores

0

Actividad total

3

Votos

0

Suscripción

1

RESUMEN DE LA ACTIVIDAD

Última actividad de Akshay Joshi

Akshay Joshi hizo un comentario,

Comentario de la comunidad Developer - Zendesk Apps Framework (ZAF)

I also tried using `ticket.latest_public_comment`

 

I get the error InvalidPathError: Path 'latest_public_comment' doesn't exist on node 'ticket'

 

Ver comentario · Publicado 09 dic 2024 · Akshay Joshi

0

Seguidores

0

Votos

0

Comentarios


Akshay Joshi creó una publicación,

Publicación Developer - Zendesk Apps Framework (ZAF)

I am trying to fetch the contents of the comments on a zendesk ticket using ZAF client in js but it keeps giving me “undefined”.

eg code -

```

const ticketData = await client.get(['ticket.status', 'currentUser.name',  'ticket.comments']);

const comments = ticketData['ticket.comments'];

const commentContent=comments[0].body;

```

I also tried fetching the comments using the API - GET /api/v2/tickets/{ticket_id}/comments, and then using .body on one of the comments and still the same issue.

 

When I do a curl i do see the JSON response but when using 

commentContent=comments[0].body I get undefined.

Could you please help me understand how to fetch the contents of the comments?

Publicado 08 dic 2024 · Akshay Joshi

0

Seguidores

2

Votos

2

Comentarios