Save the during actions transition draft

POST {{baseUrl}}/api/v1/tickets/:ticket_id/transitions/{transitionId}/saveDraft

To save the during actions transition draft

OAuth Scope

  • Desk.tickets.UPDATE

Attributes

Attribute NameData TypeDescription
APPROVAL<JSONObject>
Drafted Approval details
RESOLUTION<JSONObject>
Drafted Resolution details
ATTACHMENT<JSONObject>
Drafted Attachment Details
REPLY<JSONObject>
Drafted Reply Content details
COMMENT<JSONObject>
Drafted Comment Details
SHARING<JSONObject>
Sharing Details
FIELD_UPDATE<JSONObject>
Drafted Fields To Update

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

{&quot;draftBy&quot;:{&quot;name&quot;:&quot;Sandeep Ghemire&quot;,&quot;id&quot;:&quot;8000000000053&quot;},&quot;draftAt&quot;:&quot;2020-11-13 16:18:40.0&quot;}