Show / Hide Table of Contents

    Master

    Determine the key action for a master handle

    Namespace: Profiles.DetermineAction

    Syntax

    MACRO

    String Profiles.DetermineAction.Master(Handle handle, Handle shadowedHandle, String keyType)

    HTTP

    http://[ip]:4430/titan/script/2/Profiles/DetermineAction/Master?handle={handle}&shadowedHandle={handle}&keyType={string}

    Parameters

    handle ( Handle ) : The handle. Can be null during initialisation and range selects, don't rely on it.

    handle_userNumber

    HTTP Example:
    http://localhost:4430/titan/script/2/Profiles/DetermineAction/Master?handle_userNumber=6&shadowedHandle_userNumber=6&keyType={string}

    handle_location

    HTTP Example:
    http://localhost:4430/titan/script/2/Profiles/DetermineAction/Master?handle_location=playback_2_1&shadowedHandle_userNumber=6&keyType={string}

    handle_titanId

    HTTP Example:
    http://localhost:4430/titan/script/2/Profiles/DetermineAction/Master?handle_titanId=1895&shadowedHandle_userNumber=6&keyType={string}

    shadowedHandle ( Handle ) : The shadowed handle.

    shadowedHandle_userNumber

    HTTP Example:
    http://localhost:4430/titan/script/2/Profiles/DetermineAction/Master?handle_titanId=1895&shadowedHandle_userNumber=6&keyType={string}

    shadowedHandle_location

    HTTP Example:
    http://localhost:4430/titan/script/2/Profiles/DetermineAction/Master?handle_titanId=1895&shadowedHandle_location=playback_2_1&keyType={string}

    shadowedHandle_titanId

    HTTP Example:
    http://localhost:4430/titan/script/2/Profiles/DetermineAction/Master?handle_titanId=1895&shadowedHandle_titanId=1895&keyType={string}

    keyType ( String ) : The key class.

    Returns

    A string which indicates the correct action
    Back to top Copyright © 2021 Avolites Ltd