Trigger a ticket action

Trigger a ticket action by ticket id.

SecurityJWT
Request
path Parameters
id
required
string
header Parameters
Workspace
required
string

The workspace identifier, which isolates API requests inside the provided workspace scope.

Example: corodevonmicrosoftcom_TX7T_u
Request Body schema: application/json
required
object (EventAction)

A ticket action, corresponding to an appropriate EventAction to trigger.

Responses
200

Success

400

Bad request, validation error

401

Unauthorized request

403

Access forbidden

429

Too Many Requests

500

Internal server error

post/v1/tickets/{id}/actions
Request samples
application/json
{
  • "eventAction": "markAsProcessed"
}
Response samples
application/json
{
  • "ticketActionsStatus": { }
}