AVOLITES TITAN API

UnfoldHandles

Unfolds a group of handles into the specified group.

Namespace: Unfold

Syntax

MACRO

Void Unfold.UnfoldHandles(IEnumerable<Handle> items, String groups)

HTTP

http://[ip]:4430/titan/script/2/Unfold/UnfoldHandles?items={handleList}&groups={string}

Parameters

items ( IEnumerable<Handle> ) : The handles to unfold.

items_handleList

HTTP Example:
http://localhost:4430/titan/script/2/Unfold/UnfoldHandles?items_handleList=1895,1896,1900&groups={string}

items_userNumberList

HTTP Example:
http://localhost:4430/titan/script/2/Unfold/UnfoldHandles?items_userNumberList=6,8,10&groups={string}

groups ( String ) : The group to place the unfolded items in.