moveTaskAfter( )


Moves a task specified by ID to be placed after another task in the display.

You can reposition a task to be first in the display by ommitting beforeTaskId.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage Tasks
Manage Restaurants - all permissions
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
taskIdstringRequired

The task ID to move.


optionsMoveTaskAfterOptions

Options for moving the task.

Did this help?