Deskhero Developer Hub
Back to deskhero.com
Automations

Execution order

Moves one automation rule to the given position in the execution order, counting from 1, which shifts the rules it passes. Only CUSTOM rules can be moved, they can never be placed after the built in default rules, and a position beyond the current number of rules is rejected.

PUT /api/{tenant:minlength(2)}/v{version:apiVersion}/automations/execution_order/{id}
Authorisation
Minimum role: ADMIN

Request arguments

Name Type Source
idInt32
inputDTO_automation_execution_order_inputBody
Request body example

Response

Status
200 (OK)
Type
DTO_acknowledgement
Wrapper
DTO_response_wrap
Other statuses
400 (BadRequest), 403 (Forbidden)
Response body example
DTO_automation_execution_order_input
NameTypeReadOnlyDescription
execution_orderInt32Execution order
DTO_acknowledgement
NameTypeReadOnlyDescription
messageStringMessage

Generated Aug 4, 2026 18:37