Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • By adding the save parameter to any select query users can access the queryId that is returned in the info section and provide this to the packaging service when needed.

    Code Block
    titleSaved Query
    http://{host}/rds/catalog/test/view/select?save
    Code Block
    titleSaved Output
    collapsetrue
     {
        "records": [
            [
                10000,
                1,
                0.2
            ],
            [
                20000,
                2,
                0.5
            ],
            [
                152666,
                2,
                0.75
            ]
        ],
        "info": {
            "colOffset": 0,
            "colCount": 3,
            "moreCols": false,
            "format": "MTNA",
            "includeMetadata": false,
            "limit": 20,
            "offset": 0,
            "moreRows": false,
            "queryId": "e5c9f0c0-6f66-4651-a0b0-89d5a66a7339"
        }
    }