Get Product Info Task

Titleā€ƒ Get Product Info Task

Summary

Fetches the Information of this Product.


Usage

No Task Parameters needed for submit.


Syntax

Code Samples

Task Response Schema

<DIV STYLE="text-align:Left;"><DIV><DIV><P><SPAN STYLE="font-style:italic;">JSON Schema</SPAN></P></DIV></DIV></DIV>


{
  "$schema": "http://json-schema.org/schema",
  "$id": "https://vertigis.com/product-info-response.schema.json",
  "title": "Product Info Response Schema",
  "type": "object",
  "properties": {
    "results": {
      "description": "Prodcut Info Results Output Parameters.",
      "type": "array",
      "minItems": 2,
      "maxItems": 2,
      "items": [
        {
          "type": "object",
          "properties": {
            "paramName": {
              "description": "GP Process Output Parameter Name.",
              "type": "string"
            },
            "dataType": {
              "description": "GP Process Output Parameter Type.",
              "type": "string"
            },
            "value": {
              "description": "GP Process Output Parameter Value.",
              "type": "object",
              "properties": {
                "Version": {
                  "description": "GP Tool Product Build Version.",
                  "type": "string"
                },
                "Date": {
                  "description": "GP Tool Product Build Date.",
                  "type": "string"
                }
              },
              "required": [
                "Version",
                "Date"
              ]
            }
          },
          "required": [
            "paramName",
            "dataType",
            "value"
          ]
        },
        {
          "type": "object",
          "properties": {
            "paramName": {
              "description": "GP Process Log File Output Parameter Name.",
              "type": "string"
            },
            "dataType": {
              "description": "GP Process Log File Output Parameter Type.",
              "type": "string"
            },
            "value": {
              "description": "GP Process Log File Output Parameter Value.",
              "type": "object",
              "properties": {
                "url": {
                  "description": "Log File URL.",
                  "type": "string"
                }
              },
              "required": [
                "url"
              ]
            }
          },
          "required": [
            "paramName",
            "dataType",
            "value"
          ]
        }
      ]
    },
    "messages": {
      "description": "GP Process Output Messages. Shown according to their Severity when publishing the Toolbox.",
      "type": "array",
      "minItems": 0,
      "items": {}
    }
  },
  "required": [
    "results",
    "messages"
  ]
}

Sample - Response Parameter :: 'Output_JSON'

<DIV STYLE="text-align:Left;"><DIV><DIV><P><SPAN STYLE="font-style:italic;">Product Build Version and Date</SPAN></P></DIV></DIV></DIV>


{
  "Version": "1.4.0.21",
  "Date": "3/29/2023"
}

Tags

VertiGIS, Printing

Credits

Copyright 2023, VertiGIS GmbH


Use limitations