...
Code Block |
---|
http://{host}/rds/api/catalog/{collection}/{view}/select?cols=col1,col2,col3,... |
...
Code Block |
---|
http://{host}/rds/api/catalog/{collection}/{view}/select?cols={regex} |
...
Code Block |
---|
http://{host}/rds/api/catalog/{collection}/{view}/select?cols=$keyword |
...
Code Block |
---|
http://{host}/rds/api/catalog/{collection}/{view}/select?cols=col1,col2,col3,{regex},$keyword |
...