{
  "synLogic": "char* $ret \u003d $api();",
  "help": "The ns_get_guid API is used to get the global unique-id.",
  "notes": "",
  "returns": "char*",
  "arguments": "",
  "parameterization": "",
  "component": [
    {
      "id": "$ret",
      "type": "TextField",
      "label": "Return Variable",
      "value": "",
      "css": "p-grid p-align-center w-100-p",
      "title": "First character must be Alpha.\r\nOther characters are Alpha, Numeric or Underscore",
      "placeHolder": "",
      "style": "",
      "isDisabled": "",
      "labelVarCheckbox": "",
      "argIndex": 0,
      "validate": {
        "inputType": "Text",
        "disabled": false,
        "pattern": "^[a-zA-Z][a-zA-Z0-9_]{0,63}$",
        "required": false,
        "min": 0,
        "max": 0,
        "method": "isValidVar(arg)"
      },
      "quotes": true
    }
  ],
  "name": "ns_get_guid",
  "syntax": "char* ns_get_guid()",
  "javaSyntax": "",
  "cEx": "flow()\n{\n  char* guid \u003d ns_get_guid();\n  printf(“%s”,guid);\n}",
  "javaEx": "",
  "insertStrC": "ns_get_guid();",
  "insertStrJava": "",
  "description": "The ns_get_guid API is used to get the global unique-id."
}