ConversationsApi

All URIs are relative to https://freshdesk.com/api/v2

MethodHTTP requestDescription
deleteConversationDELETE /conversations/{id}Delete a Conversation
getAllTicketConversationsGET /tickets/{id}/conversationsGet all Ticket Conversations
updateConversationPUT /conversations/{id}Update a Conversation

deleteConversation

Delete a Conversation

Method syntax: deleteConversation(id)

Parameters

NameTypeDescriptionNotes
idNumber

Return type

null (empty response body)

Authorization

basicAuth

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

getAllTicketConversations

Get all Ticket Conversations

Method syntax: [Conversations] getAllTicketConversations(id, opts)

Parameters

NameTypeDescriptionNotes
idNumber
pageNumber[optional]
perPageNumber[optional]

Return type

[Conversations]

Authorization

basicAuth

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

updateConversation

Update a Conversation

Method syntax: Conversations updateConversation(id, conversation)

Parameters

NameTypeDescriptionNotes
idNumber
conversationConversations

Return type

Conversations

Authorization

basicAuth

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json
Last Updated: