...
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 title Saved Query http://{host}/rds/api/catalog/test/view/select?save
Code Block title Saved Output collapse true { "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" // this is the ID of the saved query } }