Possible to get body via API

Hello,

I got a question, is it possible to grab the body of a ticket via the REST API?

When I send an HTTP request with: http://domain.xx/api/v1/tickets/ I get all tickets and with the Number after tickets/2 I get just the ticket, but I don’t see any notes, ticket body or something, I just see the title and the state.

So is this possible to get the body/content of a ticket?

Best regards

Hi @SchottiVP

try this call:

GET /api/v1/ticket_articles/by_ticket/12345

https://docs.zammad.org/en/latest/api/ticket/articles.html#list-articles-by-ticket

Cheers,
Gijs

1 Like

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