Threads
Number of APIs: 10
-
Get a thread GET {{baseUrl}}/api/v1/tickets/:ticket_id/threads/{thread_id}
-
Get Original Mail Content GET {{baseUrl}}/api/v1/tickets/:ticket_id/threads/{thread_id}/originalContent
-
Get Latest thread GET {{baseUrl}}/api/v1/tickets/:ticket_id/latestThread
-
Send For Review POST {{baseUrl}}/api/v1/tickets/:ticket_id/threads/{thread_id}/sendForReview
-
List all threads GET {{baseUrl}}/api/v1/tickets/:ticket_id/threads
-
List conversations GET {{baseUrl}}/api/v1/tickets/:ticket_id/conversations
-
Send Forum Reply POST {{baseUrl}}/api/v1/tickets/:ticket_id/sendReply
-
Draft Forum Reply POST {{baseUrl}}/api/v1/tickets/:ticket_id/draftReply
-
Update Draft PATCH {{baseUrl}}/api/v1/tickets/:ticket_id/draftReply/{thread_id}
-
Delete attachment DELETE {{baseUrl}}/api/v1/tickets/:ticket_id/threads/{thread_id}/attachments/{attachment_id}