You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ScriptCommandxsi:type="CommentCommand"CommandID="d42a8d88-deea-4c24-a60b-4bab508cf0d5"CommandName="CommentCommand"IsCommented="false"SelectionName="Add Code Comment"DefaultPause="0"LineNumber="1"PauseBeforeExeucution="false"v_Comment="This sample shows how to parse results from an API Call or JSON Object/Array"CommandEnabled="true" />
6
+
</ScriptAction>
7
+
<ScriptAction>
8
+
<ScriptCommandxsi:type="CommentCommand"CommandID="d4d5350d-bc7d-4d68-a266-934474fce883"CommandName="CommentCommand"IsCommented="false"SelectionName="Add Code Comment"DefaultPause="0"LineNumber="2"PauseBeforeExeucution="false"v_Comment="Sample 1) Extract and Show User ID From a JSON Object Call"CommandEnabled="true" />
9
+
</ScriptAction>
10
+
<ScriptAction>
11
+
<ScriptCommandxsi:type="CommentCommand"CommandID="ea3ca8c8-e396-40d7-95aa-daccfc472986"CommandName="CommentCommand"IsCommented="false"SelectionName="Add Code Comment"DefaultPause="0"LineNumber="3"PauseBeforeExeucution="false"v_Comment="The following API will return a single item"CommandEnabled="true" />
<ScriptCommandxsi:type="CommentCommand"CommandID="8aa6e23b-1fb7-4d51-886f-6c8185e7a26b"CommandName="CommentCommand"IsCommented="false"SelectionName="Add Code Comment"DefaultPause="0"LineNumber="5"PauseBeforeExeucution="false"v_Comment="Show API Result"CommandEnabled="true" />
62
+
</ScriptAction>
63
+
<ScriptAction>
64
+
<ScriptCommandxsi:type="MessageBoxCommand"CommandID="77a340fd-b895-488b-a640-de2e78ccf669"CommandName="MessageBoxCommand"IsCommented="false"SelectionName="Show Message"DefaultPause="0"LineNumber="6"PauseBeforeExeucution="false"CommandEnabled="true"v_Message="THE FOLLOWING IS THE RESULT FROM THE API: {vAPIResult}"v_AutoCloseAfter="0" />
65
+
</ScriptAction>
66
+
<ScriptAction>
67
+
<ScriptCommandxsi:type="CommentCommand"CommandID="51cc68aa-9160-497a-9c86-fad5f86178cb"CommandName="CommentCommand"IsCommented="false"SelectionName="Add Code Comment"DefaultPause="0"LineNumber="7"PauseBeforeExeucution="false"v_Comment="Parse Individual Properties from API Result"CommandEnabled="true" />
<ScriptCommandxsi:type="MessageBoxCommand"CommandID="c2704947-8bc1-4ac5-86cc-f743a8a33f9d"CommandName="MessageBoxCommand"IsCommented="false"SelectionName="Show Message"DefaultPause="0"LineNumber="11"PauseBeforeExeucution="false"CommandEnabled="true"v_Message="SINGLE EXTRACTION RESULT: ID '{vUserID}' WITH TITLE '{vTitle}'"v_AutoCloseAfter="0" />
80
+
</ScriptAction>
81
+
<ScriptAction>
82
+
<ScriptCommandxsi:type="CommentCommand"CommandID="7b33b6ac-3fca-4b66-9570-159a0a68592f"CommandName="CommentCommand"IsCommented="false"SelectionName="Add Code Comment"DefaultPause="0"LineNumber="12"PauseBeforeExeucution="false"v_Comment="Parse multiple properties in a single command"CommandEnabled="true" />
<ScriptCommandxsi:type="MessageBoxCommand"CommandID="88670db2-8d81-470d-8d3a-bd41056de353"CommandName="MessageBoxCommand"IsCommented="false"SelectionName="Show Message"DefaultPause="0"LineNumber="14"PauseBeforeExeucution="false"CommandEnabled="true"v_Message="MULTIPLE EXTRACTION FROM MODEL WAS '{vModelID}' WITH TITLE '{vModelTitle}'"v_AutoCloseAfter="0" />
0 commit comments